ARTChannelStatus
Objective-C
@interface ARTChannelStatus : NSObject
Swift
class ARTChannelStatus : NSObject, @unchecked Sendable
Contains the status of a ARTRestChannel or ARTRealtimeChannel object such as whether it is active and its ARTChannelOccupancy.
-
If
true, the channel is active, otherwisefalse.Declaration
Objective-C
@property (nonatomic, readonly) BOOL active;Swift
var active: Bool { get } -
A
ARTChannelOccupancyobject.Declaration
Objective-C
@property (nonatomic, readonly) ARTChannelOccupancy *_Nonnull occupancy;Swift
var occupancy: ARTChannelOccupancy { get }