Search Results for

    Show / Hide Table of Contents

    Enum UserState

    The state of the user object.

    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public enum UserState

    Fields

    Name Description
    LoggedIn

    The user is logged in, and any Realms associated with it are synchronizing with Atlas Device Sync.

    LoggedOut

    The user is logged out. Call LogInAsync(Credentials) with valid credentials to log the user back in.

    Removed

    The user has been logged out and their local data has been removed.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX