firebase::gma::AdListener

#include <types.h>

A listener for receiving notifications during the lifecycle of a BannerAd.

Summary

Constructors and Destructors

~AdListener()

Public functions

OnAdClicked()
virtual void
Called when a click is recorded for an ad.
OnAdClosed()
virtual void
Called when the user is about to return to the application after clicking on an ad.
OnAdImpression()
virtual void
Called when an impression is recorded for an ad.
OnAdOpened()
virtual void
Called when an ad opens an overlay that covers the screen.

Public functions

OnAdClicked

virtualvoidOnAdClicked()

Called when a click is recorded for an ad.

OnAdClosed

virtualvoidOnAdClosed()

Called when the user is about to return to the application after clicking on an ad.

OnAdImpression

virtualvoidOnAdImpression()

Called when an impression is recorded for an ad.

OnAdOpened

virtualvoidOnAdOpened()

Called when an ad opens an overlay that covers the screen.

~AdListener

virtual~AdListener()