An interface for managing an object's subscription membership.
Methods
edit() → {SubscriptionListEditor}
Create a {SubscriptionListEditor} for this object.
Returns:
- Type:
-
SubscriptionListEditor
list() → {Promise.<Array.<string>>|Promise.<Array>}
Retrieve the current list membership.
Returns:
-
- Type:
-
Promise.<Array.<string>>
lists to which this object is a member
-
- Type:
-
Promise.<Array>