setMentionSuggestionsContent

Sets custom mention suggestions content view. It must implement MessageComposerContent interface, and should render mention suggestions according to the received state. List of currently available mention suggestions is propagated to the contentView in the MessageComposerContent.renderState function.

Parameters

contentView

The View which shows the mention suggestions list and allows the user to choose one of them.

See also