MessageComposerViewEvent

One-shot side-effect events emitted by the composer. Consumers typically collect these from io.getstream.chat.android.ui.common.feature.messages.composer.MessageComposerController.events and react with transient UI (e.g. a snackbar).

Inheritors

Types

Link copied to clipboard

Emitted when the user attempts action (switching composer mode or sending) while an active command conflicts with the target action. The user must cancel the active command before the action can proceed.

Link copied to clipboard

Emitted when the user attempts to trigger a command that is not available for the current composer action (e.g. tapping a moderation command while in reply mode, or typing / while in edit mode).