Messaging for In-App Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Messaging for In-App Android
data
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.component.optionItem
/
OptionItem
/
SelectionsOptionItem
Selections
Option
Item
class
SelectionsOptionItem
(
@
Json
(
name
=
"optionIdentifier"
)
val
optionId
:
String
,
parentEntryId
:
String
?
=
null
,
val
title
:
String
?
=
null
)
:
OptionItem
Members
Constructors
Selections
Option
Item
Link copied to clipboard
constructor
(
@
Json
(
name
=
"optionIdentifier"
)
optionId
:
String
,
parentEntryId
:
String
?
=
null
,
title
:
String
?
=
null
)
Properties
option
Id
Link copied to clipboard
val
optionId
:
String
parent
Message
Id
Link copied to clipboard
@
Transient
var
parentMessageId
:
String
?
title
Link copied to clipboard
@
Transient
val
title
:
String
?
=
null