select

abstract fun select(navigationSnapshot: NavigationSnapshot): DataSourceSelection

Triggers the selection logic for the next navigation cycle.

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

Return

DataSourceSelection that represents the active data source used by the navigation and expected source to which navigation is going to switch.

Parameters

navigationSnapshot

The snapshot of the current navigation session.