Class SendMessage

java.lang.Object
com.unblu.sdk.core.model.SendMessage

public class SendMessage extends Object
Represents a wrapper object used to send text or file-based messages via the Android SDK API.
  • Field Details

    • recipientPersonIds

      public @Nullable String[] 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

      public @Nullable String replyToMessageId
      The ID of the message that this message is replying to. If empty, the message isn't treated as a reply.
    • messageData

      public final @NonNull MessageData messageData
      The object containing the message data.
  • Constructor Details

    • SendMessage

      public SendMessage(@NonNull MessageData messageData)