ARTRealtimeAnnotations
Objective-C
@interface ARTRealtimeAnnotations : NSObject <ARTRealtimeAnnotationsProtocol>
Swift
class ARTRealtimeAnnotations : NSObject, ARTRealtimeAnnotationsProtocol, @unchecked Sendable
See
SeeARTRealtimeAnnotationsProtocol for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRealtimeAnnotationsInternal *internalSwift
var `internal`: ARTRealtimeAnnotationsInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTRealtimeAnnotationsInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTRealtimeAnnotationsInternal, queuedDealloc dealloc: ARTQueuedDealloc)