Package io.getstream.chat.android.ui.feature.channels
See: Description
-
Class Summary Class Description ChannelListActivity An Activity representing a self-contained channel list screen. Builder ChannelListFragment Self-contained channel list screen which internally contains the following components: ChannelListHeaderView - displays information about the user and the connection state
ChannelListView - displays a list of channel items in a paginated list
SearchInputView - displays an input field to search message that contain specific text
SearchResultListView - displays a list of search results
-
Interface Summary Interface Description HeaderActionButtonClickListener Click listener for the right button in the header. HeaderUserAvatarClickListener Click listener for the left button in the header represented by the avatar of the current user. ChannelListItemClickListener Click listener for channel item clicks. SearchResultClickListener Click listener for search result items.