State
The possible states for SyncSession to be.
A Realm will automatically synchronize data with the server if the session is either ACTIVE or DYING and is connected.
Entries
The Realm is open and has a connection to the server, but no data is allowed to be transferred between the device and the server. Call SyncSession.resume to start transferring data again. The state will then become ACTIVE.
The user is attempting to synchronize data but needs a valid access token to do so. Realm will either use a cached token or automatically try to acquire one based on the current users login. This requires a network connection.
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.