ARTPushChannelSubscriptions
Objective-C
@interface ARTPushChannelSubscriptions
: NSObject <ARTPushChannelSubscriptionsProtocol>
Swift
class ARTPushChannelSubscriptions : NSObject, ARTPushChannelSubscriptionsProtocol, @unchecked Sendable
Enables device push channel subscriptions.
See
SeeARTPushChannelSubscriptionsProtocol
for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTPushChannelSubscriptionsInternal *internal
Swift
var `internal`: ARTPushChannelSubscriptionsInternal { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTPushChannelSubscriptionsInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;
Swift
init(with internal: ARTPushChannelSubscriptionsInternal, queuedDealloc dealloc: ARTQueuedDealloc)