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
WAITING_FOR_ACCESS_TOKEN
Link copied to clipboard
Content copied to clipboard
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.
PAUSED
Link copied to clipboard
Content copied to clipboard
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.