Package io.getstream.chat.android.ui.suggestion.list

Types

Link copied to clipboard
class SuggestionListController(suggestionListUi: SuggestionListUi, suggestionListControllerListener: SuggestionListControllerListener? = null)

Feeds data to and controls the visibility of SuggestionListUi.

Link copied to clipboard
interface SuggestionListControllerListener

A listener meant to be used for SuggestionListController.

Link copied to clipboard
interface SuggestionListUi

Interface used for communication with the suggestion list view.

Link copied to clipboard
class SuggestionListView : FrameLayout, SuggestionListUi

A View that shows a list of suggestions.

Link copied to clipboard
data class SuggestionListViewStyle(    @ColorInt val suggestionsBackground: Int,     val commandsTitleTextStyle: TextStyle,     val commandsNameTextStyle: TextStyle,     val commandsDescriptionTextStyle: TextStyle,     val mentionsUsernameTextStyle: TextStyle,     val mentionsNameTextStyle: TextStyle,     val mentionIcon: Drawable,     val commandIcon: Drawable,     val lightningIcon: Drawable)