selectMention

fun selectMention(user: User)

Autocompletes the current text input with the mention from the selected user.

Parameters

user

The user that is used to autocomplete the mention.


fun selectMention(mention: Mention)

Autocompletes the current text input with the mention from the selected mention.

Built-in Mention subclasses are submitted to the server on send via the corresponding fields on io.getstream.chat.android.models.Message.

Parameters

mention

The mention that is used for the autocomplete.