Package-level declarations

Types

Link copied to clipboard
class MapScreenUiViewModel(appStore: AppStore, mapStylesProvider: MapStylesProvider, observeStreetName: ObserveStreetNameUseCase, observeStreetNameVisibility: ObserveStreetNameVisibilityUseCase, observeCategoryAreaSearchVisibility: ObserveCategoryAreaSearchVisibilityUseCase, isFastChargeTipVisible: IsFastChargeTipVisible, observeLocationSimulationEnabled: ObserveLocationSimulationEnabledUseCase, showLocationSimulated: Boolean, observeDrivingSideUseCase: ObserveDrivingSideUseCase, analyticsSender: AnalyticsSender, openSettings: OpenSettingsUseCase, observeIsDestinationArrival: ObserveDestinationArrivalUseCase, routeAnalyticsEventsSender: RouteAnalyticsEventsSender, mapGptManager: InternalMapGptManager, configRepository: ConfigRepository) : 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, resources: Resources) : ViewModel
Link copied to clipboard