Members
- "active": The session is connected to the Realm Object Server and is actively transferring data.
- "inactive": The session is not currently communicating with the Realm Object Server.
- "invalid": A non-recoverable error has occurred, and this session is semantically invalid. A new session should be created.
config
Gets the Sync-part of the configuration that the corresponding Realm was constructed with.
Type:
object
state
Gets the current state of the session. Can be either:
Type:
string
url
Gets the URL of the Realm Object Server that this session is connected to.
Type:
string
user
Gets the User that this session was created with.
Type:
User