RouteProgressEngine

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface RouteProgressEngine

Responsible for determining progress on the navigated routes.

Functions

Link copied to clipboard
abstract fun calculateProgress(navigationSnapshot: NavigationSnapshot): Map<RouteId, RouteProgress>

Calculates progress on routes from the passed NavigationSnapshot.