Interface ChannelListView.ChannelListUpdateListener
-
- All Implemented Interfaces:
public interface ChannelListView.ChannelListUpdateListenerCalled when the updated list is about to be displayed in the channels RecyclerView.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonChannelListUpdate(List<ChannelListItem> channels)Called when the updated list is about to be displayed in the channels RecyclerView. -
-
Method Detail
-
onChannelListUpdate
abstract Unit onChannelListUpdate(List<ChannelListItem> channels)
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.
-
-
-
-