Interface: ConfigApi
ConfigApi.ConfigApi
Description
Contains APIs to set and retrieve the application configuration
Properties
Properties
getConfig
Type declaration
Returns
ConfigSettings
An object of configuration settings
Description
Allows the developer to get the configuration settings for the application
onConfigLoaded
Type declaration
Parameters
Returns
void
Description
Allows the developer to register a callback to be triggered when all configurations
have been consolidated
setConfig
Type declaration
Parameters
Name |
Type |
Description |
config
|
ConfigSettings
|
An object of configuration settings to be set |
Returns
void
Description
Allows the developer to set a configuration setting for the application