CommandSuggestionsAdapter

Adapter used to render command 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<Command>)

Sets the list of command suggestions to be displayed.