firebase::
  
    #include <types.h>
  
A listener for receiving notifications during the lifecycle of a BannerAd.
Summary
| Constructors and Destructors | |
|---|---|
| ~AdListener() | 
| Public functions | |
|---|---|
| OnAdClicked() | virtual voidCalled when a click is recorded for an ad.  | 
| OnAdClosed() | virtual voidCalled when the user is about to return to the application after clicking on an ad.  | 
| OnAdImpression() | virtual voidCalled when an impression is recorded for an ad.  | 
| OnAdOpened() | virtual voidCalled when an ad opens an overlay that covers the screen.  | 
Public functions
OnAdClicked
virtual void OnAdClicked()
Called when a click is recorded for an ad.
OnAdClosed
virtual void OnAdClosed()
Called when the user is about to return to the application after clicking on an ad.
OnAdImpression
virtual void OnAdImpression()
Called when an impression is recorded for an ad.
OnAdOpened
virtual void OnAdOpened()
Called when an ad opens an overlay that covers the screen.
~AdListener
virtual ~AdListener()