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
    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.

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