subscribe

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

Subscribe to a list.

Return

The ScopedSubscriptionListEditor instance.

Parameters

subscriptionListId

The subscription list ID.

scope

Defines the channel types that the change applies to.


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

Subscribes 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.