Enum SubscriptionState
An enumeration, representing the possible state of a sync subscription.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum SubscriptionState : sbyte
Fields
| Name | Description |
|---|---|
| Complete | The subscription has been processed by the server, and objects matching the subscription are now being synchronized to this client. |
| Creating | The subscription is being created, but has not yet been written to the synced Realm. |
| Error | An error occurred while creating the subscription or while the server was processing it. |
| Invalidated | This subscription has been removed. |
| Pending | The subscription has been created, and is waiting to be processed by the server. |