MutableSubscriptionSet
A mutable subscription set makes it possible to add, remove or modify a SubscriptionSet. It becomes available when calling SubscriptionSet.update.
See also
for more information about subscription sets and Flexible Sync.
Properties
If state returns SubscriptionSetState.ERROR, this method will return the reason. Errors can be fixed by modifying the subscription accordingly and then call SubscriptionSet.waitForSynchronization.
The current state of the SubscriptionSet. See SubscriptionSetState for more details about each state.
Functions
Find the subscription with a given name.
Find the first subscription that contains the given query. It is possible for multiple named subscriptions to contain the same query.
Remove all subscriptions in this subscription set.
Remove all subscriptions with queries on a given Subscription.objectType.
Remove all subscriptions with queries on a given model class.
Creates an anonymous Subscription in the current MutableSubscriptionSet directly from a RealmQuery.
Creates a named Subscription in the current MutableSubscriptionSet directly from a RealmQuery.