NavigationListener

Listens for navigation events.

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

Functions

Link copied to clipboard
abstract fun onFailed(error: NavigationError)

Called when some error happened while navigation was running.

Link copied to clipboard
abstract fun onStarted()

Called when navigation has been started.

Link copied to clipboard
abstract fun onStopped()

Called when navigation has been stopped, e.g. cancel button has been clicked.