ARTPushDeviceRegistrations
Objective-C
@interface ARTPushDeviceRegistrations
: NSObject <ARTPushDeviceRegistrationsProtocol>
Swift
class ARTPushDeviceRegistrations : NSObject, ARTPushDeviceRegistrationsProtocol, @unchecked Sendable
Enables the management of push notification registrations with Ably.
See
SeeARTPushDeviceRegistrationsProtocol for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTPushDeviceRegistrationsInternal *internalSwift
var `internal`: ARTPushDeviceRegistrationsInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTPushDeviceRegistrationsInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTPushDeviceRegistrationsInternal, queuedDealloc dealloc: ARTQueuedDealloc)