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 }