{% setvar book_path %}/admob/android/_book.yaml{% endsetvar %} {% include "/admob/android/reference/_dackka-meta-tags.html" %}

OnAdInspectorClosedListener

{% setvar page_path %}com/google/android/gms/ads/OnAdInspectorClosedListener.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

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.