toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.component.optionItem.titleItem
/
TitleItem
/
TitleImageItem
Title
Image
Item
class
TitleImageItem
(
val
imageId
:
String
,
val
title
:
String
,
val
subTitle
:
String
?
=
null
)
:
TitleItem
Members
Constructors
Title
Image
Item
Link copied to clipboard
constructor
(
imageId
:
String
,
title
:
String
,
subTitle
:
String
?
=
null
)
Properties
image
Id
Link copied to clipboard
val
imageId
:
String
item
Type
Link copied to clipboard
val
itemType
:
TitleItem.TitleItemType
sub
Title
Link copied to clipboard
val
subTitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String