RcsMessageContent

The content of an RCS message, containing the message body (text, file, rich card, or carousel) and optional message-level suggested actions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the RCS message. Exactly one content type must be specified: TextMessage, FileMessage, RichCard, or Carousel.

Link copied to clipboard

Message-level suggested actions displayed to the recipient. Maximum 11 suggestions per message.

Functions

Link copied to clipboard
inline fun copy(block: RcsMessageContent.Builder.() -> Unit = {}): RcsMessageContent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String