ARTRestPresence
Objective-C
@interface ARTRestPresence : ARTPresence <ARTRestPresenceProtocol>
Swift
class ARTRestPresence : ARTPresence, ARTRestPresenceProtocol, @unchecked Sendable
Enables the retrieval of the current and historic presence set for a channel.
See
SeeARTRestPresenceProtocol for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestPresenceInternal *internalSwift
var `internal`: ARTRestPresenceInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTRestPresenceInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTRestPresenceInternal, queuedDealloc dealloc: ARTQueuedDealloc)