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
ARTRestPresence
object.Declaration
Objective-C
@property (readonly) ARTRestPresence *_Nonnull presence;
Swift
var presence: ARTRestPresence { get }
-
A
ARTPushChannel
object.Declaration
Objective-C
@property (readonly) ARTPushChannel *_Nonnull push;
Swift
var push: ARTPushChannel { get }