AutomotiveUiOnlineSearchStaticConfigurationProvider

@IviExperimental(reasons = [])
class AutomotiveUiOnlineSearchStaticConfigurationProvider(val automotiveUiSearchRequestUrl: String, val automotiveUiPoiCategoriesListRequestUrl: String, val automotiveUiPoiCategorySuggestionsRequestUrl: String, val automotiveUiBatchServiceRequestUrl: String, val automotiveUiFeedbackUrl: String, val automotiveUiParkingLocationsUrl: String, val automotiveUiCaCertificatePath: String, val automotiveUiSearchRequestTimeoutInMs: Int, val automotiveUiOnlineSearchVersion: String, val automotiveUiClientCertificatePath: String, val automotiveUiClientCertificateKeyPath: String, val automotiveUiClientCertificateKeyPassword: String, val automotiveUiUnixSocketPath: String, val automotiveUiEvChargingStationsAvailabilityRequestUrl: String) : ComposableStaticConfigurationProvider

A static configuration provider for Autotomotive UI online search related values. Should be used to obtain the required configuration to setup the Automotive UI components.

Constructors

fun AutomotiveUiOnlineSearchStaticConfigurationProvider(automotiveUiSearchRequestUrl: String, automotiveUiPoiCategoriesListRequestUrl: String, automotiveUiPoiCategorySuggestionsRequestUrl: String, automotiveUiBatchServiceRequestUrl: String, automotiveUiFeedbackUrl: String, automotiveUiParkingLocationsUrl: String, automotiveUiCaCertificatePath: String, automotiveUiSearchRequestTimeoutInMs: Int, automotiveUiOnlineSearchVersion: String, automotiveUiClientCertificatePath: String, automotiveUiClientCertificateKeyPath: String, automotiveUiClientCertificateKeyPassword: String, automotiveUiUnixSocketPath: String, automotiveUiEvChargingStationsAvailabilityRequestUrl: String)

Properties

Functions

Link copied to clipboard
open operator override fun get(key: OptIntStaticConfigurationKey): Int?
open operator override fun get(key: OptStringStaticConfigurationKey): String?
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: OptLongListStaticConfigurationKey): List<Long>?
open operator fun get(key: OptLongStaticConfigurationKey): Long?
open operator fun get(key: StringListStaticConfigurationKey): List<String>?