AutomotiveUiOnlineSearchStaticConfigurationProvider

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

Link copied to clipboard
val automotiveUiBatchServiceRequestUrl: String
Link copied to clipboard
val automotiveUiCaCertificatePath: String
Link copied to clipboard
val automotiveUiClientCertificateKeyPassword: String
Link copied to clipboard
val automotiveUiClientCertificateKeyPath: String
Link copied to clipboard
val automotiveUiClientCertificatePath: String
Link copied to clipboard
val automotiveUiFeedbackUrl: String
Link copied to clipboard
val automotiveUiOnlineSearchVersion: String
Link copied to clipboard
val automotiveUiParkingLocationsUrl: String
Link copied to clipboard
val automotiveUiPoiCategoriesListRequestUrl: String
Link copied to clipboard
val automotiveUiSearchRequestTimeoutInMs: Int
Link copied to clipboard
val automotiveUiSearchRequestUrl: String
Link copied to clipboard
val automotiveUiUnixSocketPath: String

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: BooleanListStaticConfigurationKey): List<Boolean>?
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: OptBooleanListStaticConfigurationKey): List<Boolean>?
open operator fun get(key: OptBooleanStaticConfigurationKey): Boolean?
open operator fun get(key: OptDoubleListStaticConfigurationKey): List<Double>?
open operator fun get(key: OptDoubleStaticConfigurationKey): Double?
open operator fun get(key: OptFloatListStaticConfigurationKey): List<Float>?
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: OptStringListStaticConfigurationKey): List<String>?
open operator fun get(key: StringListStaticConfigurationKey): List<String>?