UAScopedSubscriptionListEditor
@objc
public class UAScopedSubscriptionListEditor : NSObject
Scoped subscription list editor.
-
Subscribes to a list.
Declaration
Swift
@objc(subscribe:scope:) public func subscribe(_ subscriptionListID: String, scope: UAChannelScope)Parameters
subscriptionListIDThe subscription list identifier.
scopeDefines the channel types that the change applies to.
-
Unsubscribes from a list.
Declaration
Swift
@objc(unsubscribe:scope:) public func unsubscribe(_ subscriptionListID: String, scope: UAChannelScope)Parameters
subscriptionListIDThe subscription list identifier.
scopeDefines the channel types that the change applies to.
-
Applies subscription list changes.
Declaration
Swift
@objc public func apply()
View on GitHub