ARTConnection
Objective-C
@interface ARTConnection : NSObject <ARTConnectionProtocol>
Swift
class ARTConnection : NSObject, ARTConnectionProtocol, @unchecked Sendable
Enables the management of a connection to Ably.
See
SeeARTConnectionProtocol
for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTConnectionInternal *internal
Swift
var `internal`: ARTConnectionInternal { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTConnectionInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;
Swift
init(with internal: ARTConnectionInternal, queuedDealloc dealloc: ARTQueuedDealloc)
-
Undocumented
Declaration
Objective-C
@property (readonly) ARTConnectionInternal *internal_nosync
Swift
var internal_nosync: ARTConnectionInternal { get }