NavigationStartedCallback

interface NavigationStartedCallback

Callback used in starting navigation. Starting navigation is asynchronous, and the callback methods will be called after the operation is finished, whether it succeeds or not.

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

Functions

Link copied to clipboard
abstract fun onError(error: NavigationStartError)

Called when starting navigation finished with an error.

Link copied to clipboard
abstract fun onNavigationStarted()

Called when navigation has been started successfully.