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.format
/
StaticContentFormat
/
AttachmentsFormat
Attachments
Format
@
JsonClass
(
generateAdapter
=
true
)
class
AttachmentsFormat
(
val
text
:
String
?
,
val
attachments
:
List
<
FileAsset
>
)
:
StaticContentFormat
Members
Constructors
Attachments
Format
Link copied to clipboard
constructor
(
text
:
String
?
,
attachments
:
List
<
FileAsset
>
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
FileAsset
>
format
Type
Link copied to clipboard
open
override
val
formatType
:
StaticContentFormat.StaticContentFormatType
text
Link copied to clipboard
val
text
:
String
?