ARTRestChannel
Objective-C
@interface ARTRestChannel : NSObject <ARTRestChannelProtocol>
Swift
class ARTRestChannel : NSObject, ARTRestChannelProtocol, @unchecked Sendable
Enables messages to be published and historic messages to be retrieved for a channel.
-
A
ARTRestPresenceobject.Declaration
Objective-C
@property (readonly) ARTRestPresence *_Nonnull presence;Swift
var presence: ARTRestPresence { get } -
An
ARTRestAnnotationsobject.Declaration
Objective-C
@property (readonly) ARTRestAnnotations *_Nonnull annotations;Swift
var annotations: ARTRestAnnotations { get } -
A
ARTPushChannelobject.Declaration
Objective-C
@property (readonly) ARTPushChannel *_Nonnull push;Swift
var push: ARTPushChannel { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestChannelInternal *internalSwift
var `internal`: ARTRestChannelInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTRestChannelInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTRestChannelInternal, queuedDealloc dealloc: ARTQueuedDealloc)