DataStoreSelectionEngine

Engine that decides what navigation data store to use in the next navigation cycle.

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

Functions

Link copied to clipboard
abstract fun reset()

Resets the engine and data store selection to its initial state. This method will be called when the navigation stops.

Link copied to clipboard
abstract fun select(navigationSnapshot: NavigationSnapshot): DataSourceSelection

Triggers the selection logic for the next navigation cycle.