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