unsubscribe

open fun unsubscribe(subscriptionListId: String, @NonNull scope: Scope): ScopedSubscriptionListEditor

Unsubscribe from a list.

Return

The SubscriptionListEditor instance.

Parameters

subscriptionListId

The subscription list ID.

scope

Defines the channel types that the change applies to.


open fun unsubscribe(subscriptionListIds: Set<String>, @NonNull scope: Scope): ScopedSubscriptionListEditor

Unsubscribes from a set of lists.

Return

The SubscriptionListEditor instance.

Parameters

subscriptionListIds

A Set of list IDs.

scope

Defines the channel types that the change applies to.