Startup |
public enum StartupMode
| Member name | Value | Description |
|---|---|---|
| LocalConfiguration | 0 |
SDK starts with local copy of configuration and performs local authorization. This mode is considered as "fast" startup mode which does not require a connection to the server, however you should connect to the server at least once with TryUpdateConfiguration before using this mode, otherwise you receive NoConfigAvailable. |
| TryUpdateConfiguration | 1 | SDK connects to the server, performs authorization on server, downloads new configuration from server, if available, and then starts with new configuration. |