Functions

Link copied to clipboard
abstract fun onChannelsAdded(context: GroupChannelContext, channels: List<GroupChannel>)

Called when there are newly added GroupChannels.

Link copied to clipboard
abstract fun onChannelsDeleted(context: GroupChannelContext, deletedChannelUrls: List<String>)

Called when one or more of the GroupChannels the GroupChannelCollection holds has been deleted.

Link copied to clipboard
abstract fun onChannelsUpdated(context: GroupChannelContext, channels: List<GroupChannel>)

Called when there's an update in one or more of the GroupChannels the GroupChannelCollection holds.