unsubscribe

fun unsubscribe(subscriptionListId: String, scope: Scope): ScopedSubscriptionListEditor(source)

Unsubscribe from a list.

Return

The ScopedSubscriptionListEditor instance.

Parameters

subscriptionListId

The subscription list ID.

scope

Defines the channel types that the change applies to.


fun unsubscribe(subscriptionListIds: Set<String>, scope: Scope): ScopedSubscriptionListEditor(source)

Unsubscribes from a set of lists.

Return

The ScopedSubscriptionListEditor instance.

Parameters

subscriptionListIds

A Set of list IDs.

scope

Defines the channel types that the change applies to.