ARTChannelEvent
Objective-C
enum ARTChannelEvent : NSUInteger {}
Swift
enum ARTChannelEvent : UInt, @unchecked Sendable
Describes the events emitted by an ARTRealtimeChannel object. An event is either an ARTChannelEventUpdate or a ARTRealtimeChannelState.
-
Undocumented
Declaration
Objective-C
ARTChannelEventInitializedSwift
case initialized = 0 -
Undocumented
Declaration
Objective-C
ARTChannelEventAttachingSwift
case attaching = 1 -
Undocumented
Declaration
Objective-C
ARTChannelEventAttachedSwift
case attached = 2 -
Undocumented
Declaration
Objective-C
ARTChannelEventDetachingSwift
case detaching = 3 -
Undocumented
Declaration
Objective-C
ARTChannelEventDetachedSwift
case detached = 4 -
Undocumented
Declaration
Objective-C
ARTChannelEventSuspendedSwift
case suspended = 5 -
Undocumented
Declaration
Objective-C
ARTChannelEventFailedSwift
case failed = 6 -
An event for changes to channel conditions that do not result in a change in
ARTRealtimeChannelState.Declaration
Objective-C
ARTChannelEventUpdateSwift
case update = 7