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