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.driveModeDebugSetting(driveMode: MutableStateFlow<DriveModeSetting> = MutableStateFlow(DriveModeSetting.Parking))
Link copied to clipboard
fun EditButton(    modifier: Modifier = Modifier,     @StringRes titleResId: Int,     value: String?,     @StringRes warningText: Int? = null,     onChanged: (String) -> Unit = {},     onReset: () -> Unit = {},     showReset: Boolean = true,     inputChecker: (String) -> Boolean = { true },     @StringRes errorLabel: Int? = null)
Link copied to clipboard
fun LazyListScope.elevenLabsDebugSetting(    elevenLabsAvailableVoices: Set<DashVoice>,     elevenLabsSelectedVoice: DashVoice,     onElevenLabsVoiceChanged: (DashVoice) -> Unit)
Link copied to clipboard
fun EvPreConditioningTimeDebugSetting(    modifier: Modifier = Modifier,     preConditioningTimeLevel: Int = 0,     onPreConditioningTimeLevelChanged: (Int) -> Unit = {})
Link copied to clipboard
fun LazyListScope.hvacLevelDebugSetting(    hvacLevel: MutableStateFlow<Float> = MutableStateFlow(MIN_HVAC_FAHRENHEIT),     unitOfMeasurement: StateFlow<UnitOfMeasurement> = MutableStateFlow(UnitOfMeasurement.Imperial))
Link copied to clipboard
fun LazyListScope.leftHandTrafficLayoutSetting(leftHandTrafficLayout: MutableStateFlow<LeftHandTrafficLayout>)
Link copied to clipboard
fun LegalInfoItem(modifier: Modifier = Modifier)
Link copied to clipboard
fun LazyListScope.profileDebugSetting(allProfilesFlow: StateFlow<Map<String, SettingsProfile>>, selectedProfileFlow: MutableStateFlow<String?>)
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)