Open Channel List Component
This class creates and performs a view corresponding the open channel list area in Sendbird UIKit. since 3.2.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
For stopping the refreshing progressbar, this has to be called when the refresh is finished.
Link copied to clipboard
Link copied to clipboard
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: OpenChannel)
Called when the item of the channel list is long-clicked.
Link copied to clipboard
Sets the open 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
Register a callback to be invoked when a refresh is triggered via the swipe gesture.
Link copied to clipboard
Sets the paged data loader for open channel list.