ARTPresence()
@interface ARTPresence ()
Undocumented
-
Undocumented
Declaration
Objective-C
@property (readonly, getter=getChannel) ARTChannel *channelSwift
var channel: ARTChannel! { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithChannel:(ARTChannel *)channel;Swift
init!(channel: ARTChannel!)