Enumerations
The following enumerations are available globally.
-
Enumerates the possible values of the
See moreactionfield of anARTAnnotationDeclaration
Objective-C
enum ARTAnnotationAction : NSUInteger {}Swift
enum ARTAnnotationAction : UInt, @unchecked Sendable -
The namespace containing the different types of message actions.
See moreDeclaration
Objective-C
enum ARTMessageAction : NSUInteger {}Swift
enum ARTMessageAction : UInt, @unchecked Sendable -
Describes the possible actions members in the presence set can emit.
See moreDeclaration
Objective-C
enum ARTPresenceAction : NSUInteger {}Swift
enum ARTPresenceAction : UInt, @unchecked Sendable -
Describes the possible flags used to configure client capabilities, using
See moreARTChannelOptions.Declaration
Objective-C
enum ARTChannelMode : NSUInteger {}Swift
struct ARTChannelMode : OptionSet, @unchecked Sendable -
Describes the interval unit over which statistics are gathered.
See moreDeclaration
Objective-C
enum ARTStatsGranularity : NSUInteger {}Swift
enum ARTStatsGranularity : UInt, @unchecked Sendable -
The list of all public error codes returned under the error domain ARTAblyErrorDomain
See moreDeclaration
Objective-C
enum ARTErrorCode : NSUInteger {}Swift
enum ARTErrorCode : UInt, @unchecked Sendable -
The list of all client error codes returned under the error domain ARTAblyErrorDomain
See moreDeclaration
Objective-C
enum ARTClientCodeError : NSUInteger {}Swift
enum ARTClientCodeError : UInt, @unchecked Sendable -
Describes the realtime
See moreARTConnectionobject states.Declaration
Objective-C
enum ARTRealtimeConnectionState : NSUInteger {}Swift
enum ARTRealtimeConnectionState : UInt, @unchecked Sendable -
Describes the events emitted by a
See moreARTConnectionobject. An event is either anARTRealtimeConnectionEventUpdateor anARTRealtimeConnectionState.Declaration
Objective-C
enum ARTRealtimeConnectionEvent : NSUInteger {}Swift
enum ARTRealtimeConnectionEvent : UInt, @unchecked Sendable -
Describes the possible states of an
See moreARTRealtimeChannelobject.Declaration
Objective-C
enum ARTRealtimeChannelState : NSUInteger {}Swift
enum ARTRealtimeChannelState : UInt, @unchecked Sendable -
Describes the events emitted by an
See moreARTRealtimeChannelobject. An event is either anARTChannelEventUpdateor aARTRealtimeChannelState.Declaration
Objective-C
enum ARTChannelEvent : NSUInteger {}Swift
enum ARTChannelEvent : UInt, @unchecked Sendable
Enumerations Reference