RouteAnalyticsEventsSender

class RouteAnalyticsEventsSender(obtainFuelLevelUseCase: ObtainFuelLevelUseCase, obtainMinBatteryRangeUseCase: ObtainMinBatteryRangeUseCase, sendRouteEventUseCase: SendRouteEventUseCase, sendNavigationMBXEventUseCase: SendNavigationMBXEventUseCase, observeRouteProgress: ObserveRouteProgressUseCase, dispatcher: CoroutineDispatcher)

Constructors

Link copied to clipboard
constructor(obtainFuelLevelUseCase: ObtainFuelLevelUseCase, obtainMinBatteryRangeUseCase: ObtainMinBatteryRangeUseCase, sendRouteEventUseCase: SendRouteEventUseCase, sendNavigationMBXEventUseCase: SendNavigationMBXEventUseCase, observeRouteProgress: ObserveRouteProgressUseCase, dispatcher: CoroutineDispatcher)

Functions

Link copied to clipboard
suspend fun onRouteCanceled()
Link copied to clipboard
suspend fun onRouteCommenced(searchResult: DestinationSearchResult, route: DirectionsRoute)
Link copied to clipboard
suspend fun onRouteCompleted()