Enum RemoteConfigDataStore.m_DataStoreStatus
Enum for current status of the Data Store
Namespace: Unity.RemoteConfig.Editor
Assembly: Unity.RemoteConfig.Editor.dll
Syntax
public enum RemoteConfigDataStore.m_DataStoreStatus
Fields
Name | Description |
---|---|
Error | dataStore error |
Init | dataStore initialized |
Pending | dataStore pending |
Synchronized | dataStore synchronized |
UnSynchronized | dataStore unsynchronized |