Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun LazyListScope.driveModeDebugSetting(driveMode: MutableStateFlow<DriveModeSetting> = MutableStateFlow(DriveModeSetting.Parking))
Link copied to clipboard
Link copied to clipboard
fun LazyListScope.elevenLabsDebugSetting(elevenLabsAvailableVoices: Set<DashVoice>, elevenLabsSelectedVoice: DashVoice, onElevenLabsVoiceChanged: (DashVoice) -> 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
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
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)