SubscriptionSetState

enum SubscriptionSetState : Enum<SubscriptionSetState>

The possible states a SubscriptionSet or MutableSubscriptionSet can be in.

Entries

SUPERCEDED
Link copied to clipboard
Another subscription set was stored before this one, the changes made to this set are ignored by the server.
ERROR
Link copied to clipboard
An error occurred in the subscription set or one of the subscriptions.
COMPLETE
Link copied to clipboard
The subscription set is valid and active.
BOOTSTRAPPING
Link copied to clipboard
A subscription set was accepted by the server and initial data is being sent to the device.
PENDING
Link copied to clipboard
A subscription set has been modified locally, but is still waiting to be sent to the server.
UNCOMMITTED
Link copied to clipboard
The initial state of subscriptions when opening a new Realm or when entering SubscriptionSet.update.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int