SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.push
/
SalesforceActionableNotificationContent
/
Sfdc
/
Act
/
Properties
/
Group
Group
@
Serializable
data
class
Group
(
val
type
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
notification
:
Boolean
?
=
null
)
Members
Constructors
Group
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
description
:
String
?
=
null
,
notification
:
Boolean
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
notification
Link copied to clipboard
val
notification
:
Boolean
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null