onError

abstract fun onError(ad: T, e: Exception)

Called when an error happened.

Parameters

ad

the ad that failed to play and originated the error.

e

exception.


open fun onError(e: Exception)

Deprecated

Called when an error happened.

Deprecated

Use @link #onError(Object, Exception)}.

Parameters

e

exception.