OnSuggestionClickListener

interface OnSuggestionClickListener

A listener used to handle clicks on different types of suggestion items.

Functions

Link copied to clipboard
abstract fun onCommandClick(command: Command)

Handles Clicks on command suggestion items.

Link copied to clipboard
abstract fun onMentionClick(user: User)

Handles clicks on mention suggestion items.