Show / Hide Table of Contents

    Enum CloudSavedDataChangeReasonCode

    Possible reasons when cloud data changed event occurs.

    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public enum CloudSavedDataChangeReasonCode

    Fields

    Name Description
    AccountChange

    This occurs when user has changed the cloud service account. The keys and values in the local key-value store have been replaced with those from the new account.

    InitialSyncChange

    This occurs when an attempt to write to key-value storage was discarded because an initial download from cloud server has not yet happened.

    QuotaViolationChange

    This occurs when your app’s key-value store has exceeded its space quota on the cloud server.

    ServerChange

    This occurs when another instance of your app using same cloud service account, uploads a new value.

    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters