OnAdInspectorClosedListener

interface OnAdInspectorClosedListener


Interface definition for a callback to be invoked when the ad inspector UI closes.

Summary

Public functions

Unit

Called when the ad inspector UI has been closed.

Public functions

onAdInspectorClosed

fun onAdInspectorClosed(error: AdInspectorError?): Unit

Called when the ad inspector UI has been closed.

Parameters
error: AdInspectorError?

Error information provided in case the ad inspector UI closed due to an error.