Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DebugSafeAreaVisibilityViewModel(debugModeRepository: DebugModeRepository) : ViewModel
Link copied to clipboard
class DebugSettingsViewModel(    debugModeRepository: DebugModeRepository,     observeLocationSimulationEnabled: ObserveLocationSimulationEnabledUseCase,     changeLocationSimulation: ChangeLocationSimulationUseCase,     vehicleStorageRepository: VehicleStorageRepository,     debugGuidancePlayer: DebugGuidancePlayer,     isWeatherIntegrationEnabledUseCase: IsWeatherIntegrationEnabledUseCase,     sendPillToggledEvent: SendPillToggledEventUseCase,     observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase,     profileRepository: ProfileRepository,     settingsRepository: SettingsRepository,     preferredUnitOfMeasurementRepository: PreferredUnitOfMeasurementRepository) : ViewModel
Link copied to clipboard
class ElectricVehicleSettingsViewModel(    repository: DebugModeRepository,     nonDebugEvDataProviderAvailable: NonDebugEvDataProviderAvailable,     debugEvDataProviderActive: DebugEvDataProviderActive) : ViewModel
Link copied to clipboard
class IncidentsViewModel(settingsRepository: SettingsRepository) : ViewModel
Link copied to clipboard
class MainSettingsViewModel(    observeDebugMenuVisibility: ObserveIsDebugModeEnabledUseCase,     isDebugModeEnabledUseCase: IsDebugModeEnabledUseCase,     val isTrafficMenuEnabled: Boolean,     val isMapGptMenuEnabled: Boolean,     sendPillToggledEvent: SendPillToggledEventUseCase,     val isMap3DAvailable: Boolean,     val isSatelliteModeAvailable: Boolean,     settingsRepository: SettingsRepository,     observeUiModeUseCase: ObserveUiModeUseCase,     observeRouteOptionsEnabledUseCase: ObserveRouteOptionsEnabledUseCase,     observePreferredNetworksEnabledUseCase: ObservePreferredNetworksEnabledUseCase,     observeIsElectricVehicle: ObserveIsElectricVehicle,     observeSpeedLimitsOptionsEnabledUseCase: ObserveSpeedLimitsOptionsEnabledUseCase,     observeLocalTTSOptionsEnabledUseCase: ObserveLocalTtsOptionsEnabledUseCase,     evMenuSettingsProvider: EvMenuSettingsProvider) : ViewModel
Link copied to clipboard
class OfflineSettingsViewModel(tileStore: TileStore, locationRepository: LocationRepository) : ViewModel
Link copied to clipboard
class PreferredNetworksViewModel(chargingNetworkRepository: ChargingNetworkRepository) : ViewModel
Link copied to clipboard
class RoutingSettingsViewModel(    settingsRepository: SettingsRepository,     observePreferredNetworksEnabled: ObservePreferredNetworksEnabledUseCase,     observeIsElectricVehicle: ObserveIsElectricVehicle,     observeIsRoutePreview: ObserveIsRoutePreviewUseCase,     sendPillToggledEvent: SendPillToggledEventUseCase) : ViewModel
Link copied to clipboard
class SettingsViewModel(    appStore: AppStore,     observeIsRoutePreview: ObserveIsRoutePreviewUseCase,     closeSettings: CloseSettingsUseCase) : ViewModel
Link copied to clipboard
class SpeedLimitSignViewModel(debugModeRepository: DebugModeRepository) : ViewModel
Link copied to clipboard
class SpeedSettingsViewModel(    settingsRepository: SettingsRepository,     observeDebugSpeedLimitSignUseCase: ObserveDebugSpeedLimitSignUseCase) : ViewModel
Link copied to clipboard
class TrafficViewModel(settingsRepository: SettingsRepository) : ViewModel
Link copied to clipboard
class VehicleTypeViewModel(    settingsRepository: SettingsRepository,     debugModeRepository: DebugModeRepository,     observeIsDebugModeEnabledUseCase: ObserveIsDebugModeEnabledUseCase,     isDebugModeEnabledUseCase: IsDebugModeEnabledUseCase,     debugEvDataProviderActive: DebugEvDataProviderActive) : ViewModel