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 CpoProviderDebugSetting(    modifier: Modifier = Modifier,     cpoProvider: CpoProvider = CpoProvider.CHARGE_HUB,     onCpoProviderChanged: (CpoProvider) -> Unit = {})
Link copied to clipboard
fun LazyListScope.directionsUserDebugSetting(modifier: Modifier = Modifier, value: String, onValueChanged: (String) -> Unit)
Link copied to clipboard
fun LazyListScope.driveModeDebugSetting(    driveMode: DriveModeSetting = DriveModeSetting.Parking,     onDriveModeChanged: (DriveModeSetting) -> 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,     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
fun LazyListScope.hvacLevelDebugSetting(    hvacLevel: Float = MIN_HVAC_FAHRENHEIT,     onHvacLevelChanged: (Float) -> Unit = {},     unitOfMeasurement: UnitOfMeasurement = UnitOfMeasurement.Imperial)
Link copied to clipboard
fun LegalInfoItem(modifier: Modifier = Modifier)
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)