ARTChannelsDelegate
Objective-C
@protocol ARTChannelsDelegate <NSObject>
- (id)makeChannel:(NSString *)channel options:(nullable ARTChannelOptions *)options;
@end
Swift
protocol ARTChannelsDelegate : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (id)makeChannel:(NSString *)channel options:(nullable ARTChannelOptions *)options;
Swift
func makeChannel(_ channel: String, options: ARTChannelOptions?) -> Any