Show / Hide Table of Contents

    Enum UserPersistenceMode

    Enumeration that specifies how and if logged-in User objects are persisted across application launches.

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

    Fields

    Name Description
    Disabled

    Do not persist User objects.

    Encrypted

    Persist User objects in an encrypted store.

    NotEncrypted

    Persist User objects, but do not encrypt them.

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