Package-level declarations
Functions
Link copied to clipboard
fun ConnectorTypeDebugSetting(modifier: Modifier = Modifier, connectorType: ConnectorType = ConnectorType.CCS_COMBO_TYPE1, onConnectorTypeChanged: (ConnectorType) -> Unit = {})
Link copied to clipboard
fun LazyListScope.elevenLabsDebugSetting(elevenLabsAvailableVoices: Set<DashVoice>, elevenLabsSelectedVoice: DashVoice, onElevenLabsVoiceChanged: (DashVoice) -> Unit)
Link copied to clipboard
fun LazyListScope.engineTypeDebugSetting(engineType: EngineType?, debugEngineType: EngineType?, showEvDataSettings: Boolean, showPreferredNetworks: Boolean, onEngineTypeChanged: (EngineType?) -> Unit, onNavigateTo: (settingsNavDestination: SettingsNavDestination) -> Unit)
Link copied to clipboard
fun EvPreConditioningTimeDebugSetting(modifier: Modifier = Modifier, preConditioningTimeLevel: Int = 0, onPreConditioningTimeLevelChanged: (Int) -> Unit = {})
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ProfileInfoDebugSetting(modifier: Modifier = Modifier, profile: String = DEFAULT_PROFILE, onUpdateProfileClicked: (String) -> Unit = {})
Link copied to clipboard
fun LazyListScope.vendorDebugSetting(allVehicleVendors: List<VehicleVendor> = listOf(UnknownVehicleVendor.Unknown), selectedVendor: VehicleVendor = UnknownVehicleVendor.Unknown, onSelectedVendorChanged: (VehicleVendor) -> Unit = {})
Link copied to clipboard
fun LazyListScope.voiceInstructionsDebugSetting(onPlayVoiceClicked: () -> Unit = {}, onPlayVoiceTtsClicked: () -> Unit? = null)