firebase::
  This is an abstract class.
    #include <types.h>
  
Listener to be invoked when the Ad Inspector has been closed.
Summary
| Constructors and Destructors | |
|---|---|
| ~AdInspectorClosedListener() | 
| Public functions | |
|---|---|
| OnAdInspectorClosed(const AdResult & ad_result)=0 | virtual voidCalled when the user clicked the ad.  | 
Public functions
OnAdInspectorClosed
virtual void OnAdInspectorClosed( const AdResult & ad_result )=0
Called when the user clicked the ad.
The AdResult contains the status of the operation, including details of the error if one occurred.
~AdInspectorClosedListener
virtual ~AdInspectorClosedListener()