ARTWrapperSDKProxyRealtimeAnnotations
Objective-C
@interface ARTWrapperSDKProxyRealtimeAnnotations
: NSObject <ARTRealtimeAnnotationsProtocol>
Swift
class ARTWrapperSDKProxyRealtimeAnnotations : NSObject, ARTRealtimeAnnotationsProtocol, @unchecked Sendable
An object which wraps an instance of ARTRealtimeAnnotations
and provides a similar API. It allows Ably-authored wrapper SDKs to send analytics information so that Ably can track the usage of the wrapper SDK.
Important
This class should only be used by Ably-authored SDKs.-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithRealtimeAnnotations:(ARTRealtimeAnnotations *)realtimeAnnotations proxyOptions:(ARTWrapperSDKProxyOptions *)proxyOptions NS_DESIGNATED_INITIALIZER;
Swift
init(realtimeAnnotations: ARTRealtimeAnnotations, proxyOptions: ARTWrapperSDKProxyOptions)