NavigationStartObserver
public protocol NavigationStartObserver : Observer
An observer that receives navigation start events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that the navigation process has been started.
Declaration
Swift
func didStart(with navigationMode: NavigationMode)
Parameters
navigationMode
The navigation mode. Contains the current route if navigation was started with a route.