calculateProgress

abstract fun calculateProgress(navigationSnapshot: NavigationSnapshot): Map<RouteId, RouteProgress>

Calculates progress on routes from the passed NavigationSnapshot.

Important: This is a Public Preview API. It may be changed or removed at any time.