OnAdInspectorClosedListener

public fun interface OnAdInspectorClosedListener


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

Summary

Public methods

abstract void

Called when the ad inspector UI has been closed.

Public methods

onAdInspectorClosed

abstract void onAdInspectorClosed(AdInspectorError error)

Called when the ad inspector UI has been closed.

Parameters
AdInspectorError error

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