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

Package com.tomtom.online.sdk.common.config.loader

Types

ConfigLoader

interface ConfigLoader

Interface that defines methods to load API Keys for TomTom services (e.g., TomTom map).

DynamicConfigLoader

open class DynamicConfigLoader : ConfigLoader

ConfigLoader Implementation that loads configuration items (i.e., API Keys) that have been dynamically specified by the user.

ManifestConfigLoader

open class ManifestConfigLoader : ConfigLoader

ConfigLoader Implementation that loads API Keys from the Android manifest file.

SingleManifestValueLoader

open class SingleManifestValueLoader : Contextable

Load one value from manifest.