ARTPush
Objective-C
@interface ARTPush : NSObject <ARTPushProtocol>
Swift
class ARTPush : NSObject, ARTPushProtocol, @unchecked Sendable
Enables a device to be registered and deregistered from receiving push notifications.
-
An
ARTPushAdminobject.Declaration
Objective-C
@property (readonly) ARTPushAdmin *_Nonnull admin;Swift
var admin: ARTPushAdmin { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTPushInternal *internalSwift
var `internal`: ARTPushInternal { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTPushInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;Swift
init(with internal: ARTPushInternal, queuedDealloc dealloc: ARTQueuedDealloc)