ARTWrapperSDKProxyPushAdmin
Objective-C
@interface ARTWrapperSDKProxyPushAdmin : NSObject <ARTPushAdminProtocol>
Swift
class ARTWrapperSDKProxyPushAdmin : NSObject, ARTPushAdminProtocol, @unchecked Sendable
An object which wraps an instance of ARTPushAdmin
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
- (nonnull instancetype)init;
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTWrapperSDKProxyPushDeviceRegistrations *deviceRegistrations
Swift
var deviceRegistrations: ARTWrapperSDKProxyPushDeviceRegistrations { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTWrapperSDKProxyPushChannelSubscriptions *channelSubscriptions
Swift
var channelSubscriptions: ARTWrapperSDKProxyPushChannelSubscriptions { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithPushAdmin:(ARTPushAdmin *)pushAdmin proxyOptions:(ARTWrapperSDKProxyOptions *)proxyOptions NS_DESIGNATED_INITIALIZER;
Swift
init(pushAdmin: ARTPushAdmin, proxyOptions: ARTWrapperSDKProxyOptions)