Interface MessageComposerMentionSuggestionsContent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.feature.messages.composer.content.MessageComposerContent
public interface MessageComposerMentionSuggestionsContent implements MessageComposerContent
Represents the mention suggestion list popup shown above MessageComposerView.
-
-
Method Summary
Modifier and Type Method Description abstract Function1<User, Unit>getMentionSelectionListener()Selection listener invoked when a mention is selected. abstract UnitsetMentionSelectionListener(Function1<User, Unit> mentionSelectionListener)Selection listener invoked when a mention is selected. -
-
Method Detail
-
getMentionSelectionListener
abstract Function1<User, Unit> getMentionSelectionListener()
Selection listener invoked when a mention is selected.
-
setMentionSelectionListener
abstract Unit setMentionSelectionListener(Function1<User, Unit> mentionSelectionListener)
Selection listener invoked when a mention is selected.
-
-
-
-