UAChannel
@objc
public final class UAChannel : NSObject, Sendable
Provides an interface to the channel functionality.
-
Device tags
Declaration
Swift
@objc public var tags: [String] { get set } -
Fetches current subscription lists.
Declaration
Swift
@objc(fetchSubscriptionListsWithCompletion:) public func fetchSubscriptionLists(completionHandler: @escaping @Sendable ([String]?, (any Error)?) -> Void)Parameters
completionHandlerThe completion handler with the subscription lists or an error.
View on GitHub