SubscriptionSetState

Entries

Link copied to clipboard

The initial state of subscriptions when opening a new Realm or when entering SubscriptionSet.update.

Link copied to clipboard

A subscription set has been modified locally, but is still waiting to be sent to the server.

Link copied to clipboard

A subscription set was accepted by the server and initial data is being sent to the device.

Link copied to clipboard

The subscription set is valid and active. Any new data will be synchronized in both directions between the server and the device.

Link copied to clipboard

An error occurred in the subscription set or one of the subscriptions. The cause is found in BaseSubscriptionSet.errorMessage.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.