AutomotiveUiOnlineRoutingStaticConfigurationProvider

class AutomotiveUiOnlineRoutingStaticConfigurationProvider(    val automotiveUiRoutingRequestUrl: String,     val automotiveUiReachableRequestUrl: String,     val automotiveUiLongDistanceEvRouteRequestUrl: String,     val automotiveUiOnlineRoutingUdsPath: String,     val automotiveUiOnlineRoutingRequestTimeoutMs: Int,     val automotiveUiOnlineRoutingReachabilityRequestTimeoutMs: Int,     val automotiveUiOnlineRoutingCaCertificatePath: String,     val automotiveUiOnlineRoutingClientCertificatePath: String,     val automotiveUiOnlineRoutingClientCertificatePrivateKeyPath: String,     val automotiveUiOnlineRoutingClientCertificatePrivateKeyPassword: String) : ComposableStaticConfigurationProvider

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

Constructors

fun AutomotiveUiOnlineRoutingStaticConfigurationProvider(    automotiveUiRoutingRequestUrl: String,     automotiveUiReachableRequestUrl: String,     automotiveUiLongDistanceEvRouteRequestUrl: String,     automotiveUiOnlineRoutingUdsPath: String,     automotiveUiOnlineRoutingRequestTimeoutMs: Int,     automotiveUiOnlineRoutingReachabilityRequestTimeoutMs: Int,     automotiveUiOnlineRoutingCaCertificatePath: String,     automotiveUiOnlineRoutingClientCertificatePath: String,     automotiveUiOnlineRoutingClientCertificatePrivateKeyPath: String,     automotiveUiOnlineRoutingClientCertificatePrivateKeyPassword: String)

Properties

val automotiveUiLongDistanceEvRouteRequestUrl: String
val automotiveUiOnlineRoutingCaCertificatePath: String
val automotiveUiOnlineRoutingRequestTimeoutMs: Int
Link copied to clipboard
val automotiveUiOnlineRoutingUdsPath: String
Link copied to clipboard
val automotiveUiReachableRequestUrl: String
Link copied to clipboard
val automotiveUiRoutingRequestUrl: 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>?