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

    subscriptionListID

    The subscription list identifier.

    scope

    Defines 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

    subscriptionListID

    The subscription list identifier.

    scope

    Defines the channel types that the change applies to.

  • Applies subscription list changes.

    Declaration

    Swift

    @objc
    public func apply()