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

DynamicConfigLoader

@DeprecatedSince(2020, 6) open class DynamicConfigLoader : ConfigLoader
Deprecated: Deprecated in Java

ConfigLoader Implementation that loads configuration items (i.e., API Keys) that 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!>