AutomotiveUiOnboardMapStaticConfigurationProvider

@IviExperimental(reasons = [])
class AutomotiveUiOnboardMapStaticConfigurationProvider(val automotiveUiOnboardMapPathKey: String, val automotiveUiOnboardMapKeystorePathKey: String, val automotiveUiOnboardMapKeystorePassword: String) : ComposableStaticConfigurationProvider

A static configuration provider for the Automotive UI Onboard Map. Should be used to obtain the required configuration to setup the Automotive UI Onboard Map.

Note: The default Automotive UI Onboard Map configuration values are not public, so in order to provide default Automotive UI Onboard Map configuration values, just pass empty Strings to this constructor.

Parameters

automotiveUiOnboardMapPathKey

Path to the TomTom Automotive UI onboard map.

automotiveUiOnboardMapKeystorePathKey

Path to the TomTom Automotive UI onboard map keystore.

automotiveUiOnboardMapKeystorePassword

Password to the TomTom Automotive UI onboard map keystore.

Constructors

fun AutomotiveUiOnboardMapStaticConfigurationProvider(automotiveUiOnboardMapPathKey: String, automotiveUiOnboardMapKeystorePathKey: String, automotiveUiOnboardMapKeystorePassword: String)

Properties

Functions

Link copied to clipboard
open operator override fun get(key: StringStaticConfigurationKey): String?

Inherited functions

Link copied to clipboard
open operator fun get(key: BooleanStaticConfigurationKey): Boolean?
open operator fun get(key: DoubleListStaticConfigurationKey): List<Double>?
open operator fun get(key: DoubleStaticConfigurationKey): Double?
open operator fun get(key: FloatListStaticConfigurationKey): List<Float>?
open operator fun get(key: FloatStaticConfigurationKey): Float?
open operator fun get(key: IntListStaticConfigurationKey): List<Int>?
open operator fun get(key: IntStaticConfigurationKey): Int?
open operator fun get(key: LongListStaticConfigurationKey): List<Long>?
open operator fun get(key: LongStaticConfigurationKey): Long?
open operator fun get(key: OptBooleanStaticConfigurationKey): Boolean?
open operator fun get(key: OptDoubleStaticConfigurationKey): Double?
open operator fun get(key: OptFloatStaticConfigurationKey): Float?
open operator fun get(key: OptIntListStaticConfigurationKey): List<Int>?
open operator fun get(key: OptIntStaticConfigurationKey): Int?
open operator fun get(key: OptLongListStaticConfigurationKey): List<Long>?
open operator fun get(key: OptLongStaticConfigurationKey): Long?
open operator fun get(key: OptStringStaticConfigurationKey): String?
open operator fun get(key: StringListStaticConfigurationKey): List<String>?