Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ObserveEvFilterButtonVisibilityUseCase(    appStore: AppStore,     observeCategorySearchState: ObserveCategorySearchStateUseCase,     isEvSearchFilterVisible: IsEvSearchFilterVisible)
Link copied to clipboard
Link copied to clipboard
class ObserveRerouteTriggersUseCase(    observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase,     observeSettingsScreenClosedUseCase: ObserveSettingsScreenClosedUseCase,     configRepository: ConfigRepository,     chargingNetworkRepository: ChargingNetworkRepository)
Link copied to clipboard
class ObserveSendLogsButtonVisibilityUseCase(    appStore: AppStore,     observeIsEnabledDebugMode: ObserveIsDebugModeEnabledUseCase,     observeSendDebugInfoButtonEnabled: ObserveSendDebugInfoButtonEnabledUseCase)
Link copied to clipboard
class ObserveTripSummaryModelUseCase(    observeRouteProgress: ObserveRouteProgressUseCase,     observeRemainingArrivalMetricType: ObserveUserPreferredRemainingArrivalMetricTypeUseCase,     tripSummaryModelBuilder: TripSummaryModel.Builder)
Link copied to clipboard
class StartActiveGuidanceUseCase(    appStore: AppStore,     routeAnalyticsEventsSender: RouteAnalyticsEventsSender,     addHistoryItemUseCase: AddHistoryItemUseCase,     searchAnalytics: SearchAnalytics) : NavigateUseCase
class StartObservingExternalNavigationIntentUseCase(    appStore: AppStore,     processAlexaNavigation: ProcessAlexaNavigationUseCase,     stopNavigation: StopNavigationUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase)
Link copied to clipboard