Config

data class Config(    val maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT,     val isLinkPreviewEnabled: Boolean = false,     val isDraftMessageEnabled: Boolean = false)

Configuration for the message composer controller.

Parameters

maxAttachmentCount

The maximum number of attachments allowed in a message.

isLinkPreviewEnabled

If link previews are enabled.

isDraftMessageEnabled

If draft messages are enabled.

Constructors

Link copied to clipboard
constructor(    maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT,     isLinkPreviewEnabled: Boolean = false,     isDraftMessageEnabled: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard