Package com.unblu.sdk.core.model
Class SendMessage
java.lang.Object
com.unblu.sdk.core.model.SendMessage
Represents a wrapper object used to send text or file-based messages via the Android SDK API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NonNull MessageDataThe object containing the message data.@Nullable String[]A list of person IDs to send the message to.@Nullable StringThe ID of the message that this message is replying to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
recipientPersonIds
A list of person IDs to send the message to. The message is visible only to the specified recipients. If not set, the message is sent to all participants of the conversation. -
replyToMessageId
The ID of the message that this message is replying to. If empty, the message isn't treated as a reply. -
messageData
The object containing the message data.
-
-
Constructor Details
-
SendMessage
-