Package io.getstream.chat.android.ui.suggestion.list
Types
Link copied to clipboard
class SuggestionListController(suggestionListUi: SuggestionListUi, suggestionListControllerListener: SuggestionListControllerListener? = null)
Content copied to clipboard
Feeds data to and controls the visibility of SuggestionListUi.
Link copied to clipboard
A listener meant to be used for SuggestionListController.
Link copied to clipboard
Interface used for communication with the suggestion list view.
Link copied to clipboard
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)
Content copied to clipboard
Style for SuggestionListView.