Enumerations
The following enumerations are available globally.
-
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 moreARTConnection
object states.Declaration
Objective-C
enum ARTRealtimeConnectionState : NSUInteger {}
Swift
enum ARTRealtimeConnectionState : UInt, @unchecked Sendable
-
Describes the events emitted by a
See moreARTConnection
object. An event is either anARTRealtimeConnectionEventUpdate
or anARTRealtimeConnectionState
.Declaration
Objective-C
enum ARTRealtimeConnectionEvent : NSUInteger {}
Swift
enum ARTRealtimeConnectionEvent : UInt, @unchecked Sendable
-
Describes the possible states of an
See moreARTRealtimeChannel
object.Declaration
Objective-C
enum ARTRealtimeChannelState : NSUInteger {}
Swift
enum ARTRealtimeChannelState : UInt, @unchecked Sendable
-
Describes the events emitted by an
See moreARTRealtimeChannel
object. An event is either anARTChannelEventUpdate
or aARTRealtimeChannelState
.Declaration
Objective-C
enum ARTChannelEvent : NSUInteger {}
Swift
enum ARTChannelEvent : UInt, @unchecked Sendable