ARTRealtime
Objective-C
@interface ARTRealtime : NSObject <ARTRealtimeProtocol>
Swift
class ARTRealtime : NSObject, ARTRealtimeProtocol, @unchecked Sendable
A client that extends the functionality of the ARTRest
and provides additional realtime-specific features.
-
An
ARTConnection
object.Declaration
Objective-C
@property (readonly) ARTConnection *_Nonnull connection;
Swift
var connection: ARTConnection { get }
-
An
ARTChannels
object.Declaration
Objective-C
@property (readonly) ARTRealtimeChannels *_Nonnull channels;
Swift
var channels: ARTRealtimeChannels { get }