ARTPushChannel
Objective-C
@interface ARTPushChannel : NSObject <ARTPushChannelProtocol>
Swift
class ARTPushChannel : NSObject, ARTPushChannelProtocol, @unchecked Sendable
Enables devices to subscribe to push notifications for a channel.
See
SeeARTPushChannelProtocol
for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTPushChannelInternal *internal
Swift
var `internal`: ARTPushChannelInternal { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTPushChannelInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;
Swift
init(with internal: ARTPushChannelInternal, queuedDealloc dealloc: ARTQueuedDealloc)