Enum UserState
The state of the user object.
Namespace: Realms.Sync
Assembly: Realm.Sync.dll
Syntax
public enum UserState
Fields
Name | Description |
---|---|
Active | The user is logged in, and any Realms associated with it are synchronizing with the Realm Object Server. |
Error | The user has encountered a fatal error state, and cannot be used. |
LoggedOut | The user is logged out. Call LoginAsync(Credentials, Uri) with valid credentials to log the user back in. |