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
/
ErrorMessageFormat
Error
Message
Format
@
JsonClass
(
generateAdapter
=
true
)
class
ErrorMessageFormat
(
val
title
:
String
,
val
errorDetails
:
ErrorDetails
)
:
StaticContentFormat
Members
Constructors
Error
Message
Format
Link copied to clipboard
constructor
(
title
:
String
,
errorDetails
:
ErrorDetails
)
Properties
error
Details
Link copied to clipboard
val
errorDetails
:
ErrorDetails
format
Type
Link copied to clipboard
open
override
val
formatType
:
StaticContentFormat.StaticContentFormatType
title
Link copied to clipboard
val
title
:
String