android-sdk-base
Toggle table of contents
42.2.0
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
android-sdk-base
android-sdk-base
/
com.braze.models.push
/
BrazeNotificationPayload
/
ConversationMessage
Conversation
Message
class
ConversationMessage
(
notificationExtras
:
Bundle
,
index
:
Int
)
Members
Constructors
Conversation
Message
Link copied to clipboard
constructor
(
notificationExtras
:
Bundle
,
index
:
Int
)
Properties
message
Link copied to clipboard
val
message
:
String
?
person
Id
Link copied to clipboard
val
personId
:
String
?
The Person identifier associated with this message.
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String