ARTChannelOccupancy
Objective-C
@interface ARTChannelOccupancy : NSObject
Swift
class ARTChannelOccupancy : NSObject, @unchecked Sendable
Contains the metrics of a ARTRestChannel
or ARTRealtimeChannel
object.
-
A
ARTChannelMetrics
object.Declaration
Objective-C
@property (nonatomic, readonly) ARTChannelMetrics *_Nonnull metrics;
Swift
var metrics: ARTChannelMetrics { get }