obtainTrackedRoutes

abstract fun obtainTrackedRoutes(navigationSnapshot: NavigationSnapshot): List<<Error class: unknown class>>

Detects which Route are being followed.

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

Return

A list of Route.id of tracked routes, otherwise empty list.

Parameters

navigationSnapshot

The NavigationSnapshot used to determine if the Route are being followed or deviated from.