SubscriptionSetState
The possible states a SubscriptionSet or MutableSubscriptionSet can be in.
Entries
The initial state of subscriptions when opening a new Realm or when entering SubscriptionSet.update.
A subscription set was accepted by the server and initial data is being sent to the device.
An error occurred in the subscription set or one of the subscriptions. The cause is found in BaseSubscriptionSet.errorMessage.
Another subscription set was stored before this one, the changes made to this set are ignored by the server. Get the latest subscription set by calling SubscriptionSet.refresh.
The last bootstrap message containing the initial state for this subscription set has been received. The client is awaiting a mark message to mark this subscription as fully caught up to history.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.