toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
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
>
,
val
attachmentType
:
AttachmentType
=
AttachmentType.Unknown
)
:
StaticContentFormat
Members
Constructors
Attachments
Format
Link copied to clipboard
constructor
(
text
:
String
?
,
attachments
:
List
<
FileAsset
>
,
attachmentType
:
AttachmentType
=
AttachmentType.Unknown
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
FileAsset
>
attachment
Type
Link copied to clipboard
val
attachmentType
:
AttachmentType
format
Type
Link copied to clipboard
open
override
val
formatType
:
StaticContentFormat.StaticContentFormatType
text
Link copied to clipboard
val
text
:
String
?