OnAdInspectorClosedListener

public 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(@Nullable AdInspectorError error)

Called when the ad inspector UI has been closed.

Parameters
@Nullable AdInspectorError error

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