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