class ArdkGlobalConfig (Niantic.ARDK.Configuration.ArdkGlobalConfig)
Global configuration class. Allows developers to setup different configuration values during runtime. This exists such that in a live production environment, you can obtain the configuration settings remotely and set them before running the rest of the application.
class ArdkGlobalConfig { public: // methods static string GetAuthenticationUrl(); static string GetContextAwarenessUrl(); static string GetDbowUrl(); static bool SetApiKey(string apiKey); static bool SetAuthenticationUrl(string url); static bool SetContextAwarenessUrl(string url); static bool SetDbowUrl(string url); static NetworkingErrorCode VerifyApiKeyWithFeature(string feature); };