ARTRealtimeConnectionEvent
Objective-C
enum ARTRealtimeConnectionEvent : NSUInteger {}
Swift
enum ARTRealtimeConnectionEvent : UInt, @unchecked Sendable
Describes the events emitted by a ARTConnection object. An event is either an ARTRealtimeConnectionEventUpdate or an ARTRealtimeConnectionState.
-
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventInitializedSwift
case initialized = 0 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventConnectingSwift
case connecting = 1 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventConnectedSwift
case connected = 2 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventDisconnectedSwift
case disconnected = 3 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventSuspendedSwift
case suspended = 4 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventClosingSwift
case closing = 5 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventClosedSwift
case closed = 6 -
Undocumented
Declaration
Objective-C
ARTRealtimeConnectionEventFailedSwift
case failed = 7 -
An event for changes to connection conditions for which the
ARTRealtimeConnectionStatedoes not change.Declaration
Objective-C
ARTRealtimeConnectionEventUpdateSwift
case update = 8