Configuration |
public enum ConfigurationState
| Member name | Value | Description |
|---|---|---|
| NoConfigurationAvailable | 0 | There is no information about current configuration state. |
| UpToDate | 1 | Local configuration is up to date and in sync with the server configuration. |
| OutOfDateRestartOptional | 2 | Local configuration is out of date. SDK restart is optional. |
| OutOfDateRestartMandatory | 3 |
Local configuration is out of date. SDK restart is mandatory. After receiving the state you need to shut down the SDK and start it again in TryUpdateConfiguration mode. |