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

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX