Enum ConfigOrigin
An enum describing the origin point of your most recently loaded configuration settings.
Namespace: Unity.RemoteConfig
Syntax
public enum ConfigOrigin
Fields
Name | Description | Value |
---|---|---|
Default | Indicates that no configuration settings loaded in the current session. |
0 |
Cached | Indicates that the configuration settings loaded in the current session are cached from a previous session (in other words, no new configuration settings loaded). |
1 |
Remote | Indicates that new configuration settings loaded from the remote server in the current session. |
2 |