onChannelsAdded abstract method
- GroupChannelContext context,
- List<
GroupChannel> channels
Called when there are newly added GroupChannels.
context
is a GroupChannelContext of where this change happened.
channels
are affected GroupChannel lists.
Implementation
void onChannelsAdded(
GroupChannelContext context,
List<GroupChannel> channels,
);