SBDGroupChannelCollectionDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SBDGroupChannelCollectionDelegate.h |
– channelCollection:context:addedChannels:
A callback when the channels are added.
- (void)channelCollection:(SBDGroupChannelCollection *)collection context:(SBDChannelContext *)context addedChannels:(NSArray<SBDGroupChannel*> *)channelsParameters
collection |
The collection object. |
|---|---|
context |
The context that represents the reason why the delegate is invoked. |
channels |
The channels that are added. |
Availability
3.1.0
Declared In
SBDGroupChannelCollectionDelegate.h
– channelCollection:context:updatedChannels:
A callback when the channels are updated.
- (void)channelCollection:(SBDGroupChannelCollection *)collection context:(SBDChannelContext *)context updatedChannels:(NSArray<SBDGroupChannel*> *)channelsParameters
collection |
The collection object. |
|---|---|
context |
The context that represents the reason why the delegate is invoked. |
channels |
The channels that are updated. |
Availability
3.1.0
Declared In
SBDGroupChannelCollectionDelegate.h
– channelCollection:context:deletedChannelUrls:
A callback when the channels are deleted.
- (void)channelCollection:(SBDGroupChannelCollection *)collection context:(SBDChannelContext *)context deletedChannelUrls:(NSArray<NSString*> *)deletedChannelUrlsParameters
collection |
The collection object. |
|---|---|
context |
The context that represents the reason why the delegate is invoked. |
deletedChannelUrls |
The channels that are deleted. |
Availability
3.1.0
Declared In
SBDGroupChannelCollectionDelegate.h