SpeedSettingsViewModel

class SpeedSettingsViewModel(settingsRepository: SettingsRepository, observeDebugSpeedLimitSignUseCase: ObserveDebugSpeedLimitSignUseCase) : ViewModel

Constructors

Link copied to clipboard
constructor(settingsRepository: SettingsRepository, observeDebugSpeedLimitSignUseCase: ObserveDebugSpeedLimitSignUseCase)

Properties

Link copied to clipboard
val debugSpeedLimitSign: StateFlow<DebugSpeedLimitSign>
Link copied to clipboard
val speedLimitEnabled: MutableStateFlow<Boolean>
Link copied to clipboard
val speedWarningsEnabled: MutableStateFlow<Boolean>

Functions

Link copied to clipboard