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
ARTPushDeviceRegistrations
object.Declaration
Objective-C
@property (nonatomic, readonly) ARTPushDeviceRegistrations *_Nonnull deviceRegistrations;
Swift
var deviceRegistrations: ARTPushDeviceRegistrations { get }
-
An
ARTPushChannelSubscriptions
object.Declaration
Objective-C
@property (nonatomic, readonly) ARTPushChannelSubscriptions *_Nonnull channelSubscriptions;
Swift
var channelSubscriptions: ARTPushChannelSubscriptions { get }