MessageComposerTheme

data class MessageComposerTheme(val attachmentCancelIcon: ComposerCancelIconStyle, val linkPreview: ComposerLinkPreviewTheme, val inputField: ComposerInputFieldTheme, val audioRecording: AudioRecordingTheme, val attachmentsPreview: AttachmentsPreviewTheme)

Represents the theming for the message composer.

Parameters

attachmentCancelIcon

The theming for the cancel icon used in the message composer.

linkPreview

The theming for the link preview in the message composer.

inputField

The theming for the input field in the message composer.

audioRecording

The theming for the audio recording in the message composer.

attachmentsPreview

The theming for the attachments preview in the message composer.

Constructors

Link copied to clipboard
constructor(attachmentCancelIcon: ComposerCancelIconStyle, linkPreview: ComposerLinkPreviewTheme, inputField: ComposerInputFieldTheme, audioRecording: AudioRecordingTheme, attachmentsPreview: AttachmentsPreviewTheme)

Types

Link copied to clipboard
object Companion

Properties