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

ManifestConfigLoader

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

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

Constructors

<init>

ManifestConfigLoader(context: Context!)

Functions

getDescription

open fun getDescription(): String

loadConfig

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