sdk-common / com.tomtom.online.sdk.common.config.loader / DynamicConfigLoader

DynamicConfigLoader

open class DynamicConfigLoader : ConfigLoader

ConfigLoader implementation that loads configuration items (ie. API keys) which have been dynamically specified by the user

Constructors

<init>

DynamicConfigLoader(context: Context!, clientConfig: MutableMap<String!, String!>!)

Custom constructor to create a config loader for loading runtime config items supplied by the user

Functions

getDescription

open fun getDescription(): String

loadConfig

open fun loadConfig(): MutableMap<String!, String!>