Enum UserState
The state of the user object.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum UserState
Fields
Name | Description |
---|---|
LoggedOut | The user is logged out. Call LogInAsync(Credentials) with valid credentials to log the user back in. |
LoggedIn | The user is logged in, and any Realms associated with it are synchronizing with Atlas Device Sync. |
Removed | The user has been logged out and their local data has been removed. |