ComposerConfig

data class ComposerConfig(val audioRecordingEnabled: Boolean = true, val audioRecordingSendOnComplete: Boolean = false, val linkPreviewEnabled: Boolean = false, val floatingStyleEnabled: Boolean = false)

Behavioral configuration for the message composer.

Parameters

audioRecordingEnabled

Whether the audio recording feature is enabled.

audioRecordingSendOnComplete

If true, sends the recording on "Complete" button click. If false, attaches it for manual sending.

linkPreviewEnabled

Whether link previews are shown in the composer.

floatingStyleEnabled

Whether the message composer uses the floating style.

Constructors

Link copied to clipboard
constructor(audioRecordingEnabled: Boolean = true, audioRecordingSendOnComplete: Boolean = false, linkPreviewEnabled: Boolean = false, floatingStyleEnabled: Boolean = false)

Properties

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