ARTPushAdmin
Objective-C
@interface ARTPushAdmin : NSObject <ARTPushAdminProtocol>
Swift
class ARTPushAdmin : NSObject, ARTPushAdminProtocol, @unchecked Sendable
Enables the management of device registrations and push notification subscriptions. Also enables the publishing of push notifications to devices.
-
An
ARTPushDeviceRegistrationsobject.Declaration
Objective-C
@property (nonatomic, readonly) ARTPushDeviceRegistrations *_Nonnull deviceRegistrations;Swift
var deviceRegistrations: ARTPushDeviceRegistrations { get } -
An
ARTPushChannelSubscriptionsobject.Declaration
Objective-C
@property (nonatomic, readonly) ARTPushChannelSubscriptions *_Nonnull channelSubscriptions;Swift
var channelSubscriptions: ARTPushChannelSubscriptions { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTPushAdminInternal *internalSwift
var `internal`: ARTPushAdminInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTPushAdminInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTPushAdminInternal, queuedDealloc dealloc: ARTQueuedDealloc)