Channel List Component
This class creates and performs a view corresponding the channel list area in Sendbird UIKit. since 3.0.0
Constructors
Types
Functions
Link copied to clipboard
Returns the view created by onCreateView.
Link copied to clipboard
Called when the channel list is changed.
Link copied to clipboard
Link copied to clipboard
protected open fun onItemClicked(@NonNull view: View, position: Int, @NonNull channel: GroupChannel)
Called when the item of the channel list is clicked.
Link copied to clipboard
protected open fun onItemLongClicked(@NonNull view: View, position: Int, @NonNull channel: GroupChannel)
Called when the item of the channel list is long-clicked.
Link copied to clipboard
Sets the channel list adapter to provide child views on demand.
Link copied to clipboard
Register a callback to be invoked when the item of the channel is clicked.
Link copied to clipboard
Register a callback to be invoked when the item of the channel is long-clicked.
Link copied to clipboard
Sets the paged data loader for channel list.