onChannelListUpdate

abstract fun onChannelListUpdate(channels: List<ChannelListItem>)

Called when the updated list is about to be displayed in the channels RecyclerView.

Parameters

channels

The new channel list that is about to be displayed.