AirshipChannelProtocol
public protocol AirshipChannelProtocol : AirshipBaseChannelProtocol
Airship Channel protocol.
-
Async stream of channel ID updates.
Declaration
Swift
var identifierUpdates: AsyncStream<String> { get }
-
Publishes edits made to the subscription lists through the SDK
Declaration
Swift
var subscriptionListEdits: AnyPublisher<SubscriptionListEdit, Never> { get }