ARTWrapperSDKProxyPushDeviceRegistrations

Objective-C

@interface ARTWrapperSDKProxyPushDeviceRegistrations
    : NSObject <ARTPushDeviceRegistrationsProtocol>

Swift

class ARTWrapperSDKProxyPushDeviceRegistrations : NSObject, ARTPushDeviceRegistrationsProtocol, @unchecked Sendable

An object which wraps an instance of ARTPushDeviceRegistrations 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.