The server has acknowledged the subscription and sent all the data that matched the subscription queries at the time the SubscriptionSet was updated. The server is now in steady-state synchronization mode where it will stream updates as they come.
The server has returned an error and synchronization is paused for this
Realm. To view the actual error, use Subscriptions.error
.
You can still use SubscriptionSet.update to update the subscriptions, and if the new update doesn't trigger an error, synchronization will be restarted.
The subscription update has been persisted locally, but the server hasn't yet returned all the data that matched the updated subscription queries.
The SubscriptionSet has been superseded by an updated one. This typically means that someone has called SubscriptionSet.update on a different instance of the SubscriptionSet. You should not use a superseded SubscriptionSet, and instead obtain a new instance from Realm.subscriptions.
Generated using TypeDoc
Enum representing the state of a SubscriptionSet.