Package-level declarations

Types

Link copied to clipboard
class EvFilterViewModel(appStore: AppStore, observeEvFilterButtonVisibilityUseCase: ObserveEvFilterButtonVisibilityUseCase) : ViewModel
Link copied to clipboard
class MapScreenUiViewModel(    appStore: AppStore,     mapStylesProvider: MapStylesProvider,     observeIsSubscribed: ObserveIsSubscribedUseCase,     observeStreetName: ObserveStreetNameUseCase,     observeStreetNameVisibility: ObserveStreetNameVisibilityUseCase,     isDevOrDebugBuildUseCase: IsDevOrDebugBuildUseCase,     observeCategoryAreaSearchVisibility: ObserveCategoryAreaSearchVisibilityUseCase,     val isFastChargeTipVisible: IsFastChargeTipVisible,     observeLocationSimulationEnabled: ObserveLocationSimulationEnabledUseCase,     showLocationSimulated: Boolean,     analyticsSender: AnalyticsSender,     openSettings: OpenSettingsUseCase,     observeIsDestinationArrival: ObserveDestinationArrivalUseCase,     routeAnalyticsEventsSender: RouteAnalyticsEventsSender) : ViewModel
Link copied to clipboard
class NavigationStartupExecutor(    appStore: AppStore,     checkOnHasUnfinishedRoute: CheckOnHasUnfinishedRouteUseCase,     startObservingExternalNavigationIntent: StartObservingExternalNavigationIntentUseCase,     updateAnimationScale: UpdateAnimationScaleUseCase,     startObservingActiveRouteDestination: StartObservingActiveRouteDestinationUseCase,     sendAnalyticsEventsUseCase: SendAnalyticsEventsUseCase) : DashStartupExecutor
Link copied to clipboard
class NoSignalViewModel(    sendMapLoadingAnalytics: SendMapLoadingAnalyticsUseCase,     callOnStar: CallOnStarUseCase,     observeMapState: ObserveMapStateUseCase,     observeInternetDataAvailable: ObserveInternetDataAvailableUseCase,     analytics: Analytics,     screenTracker: ScreenTracker,     getTcpsCountryCode: GetTcpsCountryCodeUseCase) : ViewModel
Link copied to clipboard
class SendDebugBundleViewModel(    observeSendLogsButtonVisibility: ObserveSendLogsButtonVisibilityUseCase,     locationRepository: LocationRepository,     uploadDebugBundleUseCase: UploadDebugBundleUseCase,     supportingCapabilities: SupportingCapabilities) : ViewModel
Link copied to clipboard