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
Note: Fragments representing self-contained screens are easy to use. They allow you to explore the SDK's features in a breeze, however, they offer limited customization.
Types
Click listener for channel item clicks. Navigates to MessageListActivity by default.
Click listener for the right button in the header. Not implemented by default.
Click listener for the left button in the header represented by the avatar of the current user. Not implemented by default.
Click listener for search result items. Navigates to MessageListActivity by default.