addOnNavigationErrorListener

abstract fun addOnNavigationErrorListener(listener: OnErrorListener)

Adds an OnErrorListener which will inform about errors that occurred during navigating.

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

Parameters

listener

The listener to be registered.

Throws

if listener is already added.