MessageInputState

Represents the state of the message input.

Since

1.0.0-beta.1

Properties

Link copied to clipboard

The FocusRequester for the input.

Link copied to clipboard

The MessageInputMode of the input.

Link copied to clipboard
abstract var inputText: String

The text of the input.

Link copied to clipboard

The visibility of the bottom sheet.

Functions

Link copied to clipboard
abstract fun clear()

Clears the input text.

Link copied to clipboard
abstract fun dismissBottomSheet()

Dismisses the bottom sheet.

Link copied to clipboard
abstract fun showBottomSheet()

Shows the bottom sheet.