ARTRealtimeAnnotationsInternal

Objective-C

@interface ARTRealtimeAnnotationsInternal : NSObject<ARTRealtimeAnnotationsProtocol>

@property (readonly, nonatomic) ARTEventEmitter<ARTEvent *, ARTAnnotation *> *eventEmitter;

- (instancetype)initWithChannel:(ARTRealtimeChannelInternal *)channel logger:(ARTInternalLog *)logger;

- (void)onMessage:(ARTProtocolMessage *)message;

@property (nonatomic) dispatch_queue_t queue;

@end

Swift

class ARTRealtimeAnnotationsInternal : NSObject, ARTRealtimeAnnotationsProtocol

Undocumented