Interface MessageComposerCommandSuggestionsContent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.feature.messages.composer.content.MessageComposerContent
public interface MessageComposerCommandSuggestionsContent implements MessageComposerContent
Represents the command suggestion list popup shown above MessageComposerView.
-
-
Method Summary
Modifier and Type Method Description abstract Function1<Command, Unit>getCommandSelectionListener()Selection listener invoked when a command is selected. abstract UnitsetCommandSelectionListener(Function1<Command, Unit> commandSelectionListener)Selection listener invoked when a command is selected. -
-
Method Detail
-
getCommandSelectionListener
abstract Function1<Command, Unit> getCommandSelectionListener()
Selection listener invoked when a command is selected.
-
setCommandSelectionListener
abstract Unit setCommandSelectionListener(Function1<Command, Unit> commandSelectionListener)
Selection listener invoked when a command is selected.
-
-
-
-