MentionSuggestionsAdapter

Adapter used to render mention suggestions.

Functions

Link copied to clipboard
abstract fun getItemCount(): Int

Returns the number of items in the adapter.

Link copied to clipboard
abstract fun setItems(items: List<User>)

Sets the list of mention suggestions to be displayed.