ARTChannelsDelegate

Objective-C

@protocol ARTChannelsDelegate <NSObject>

- (id)makeChannel:(NSString *)channel options:(nullable ARTChannelOptions *)options;

@end

Swift

protocol ARTChannelsDelegate : NSObjectProtocol

Undocumented