MessageComposerCenterContent

Represents the content shown at the center of MessageComposerView.

Inheritors

Properties

Link copied to clipboard

Click listener for the remove attachment button.

Link copied to clipboard
abstract var textInputChangeListener: (String) -> Unit?

Text change listener invoked after each input change.

Inherited functions

Link copied to clipboard
Link copied to clipboard
abstract fun attachContext(messageComposerContext: MessageComposerContext)

Initializes the content view with MessageComposerContext.

Link copied to clipboard
open fun findViewByKey(key: String): View?

Finds the first descendant view with the given key.

Link copied to clipboard
abstract fun renderState(state: MessageComposerState)

Invoked when the state has changed and the UI needs to be updated accordingly.