onChannelsUpdated abstract method

void onChannelsUpdated(
  1. GroupChannelContext context,
  2. List<GroupChannel> channels
)

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

context is a GroupChannelContext of where this change happened. channels are affected GroupChannel lists.

Implementation

void onChannelsUpdated(
  GroupChannelContext context,
  List<GroupChannel> channels,
);