firebase::gma::FullScreenContentListener

#include <types.h>

Listener to be invoked when ads show and dismiss full screen content, such as a fullscreen ad experience or an in-app browser.

Summary

Constructors and Destructors

~FullScreenContentListener()

Public functions

OnAdClicked()
virtual void
Called when the user clicked the ad.
OnAdDismissedFullScreenContent()
virtual void
Called when the ad dismissed full screen content.
OnAdFailedToShowFullScreenContent(const AdError & ad_error)
virtual void
Called when the ad failed to show full screen content.
OnAdImpression()
virtual void
Called when an impression is recorded for an ad.
OnAdShowedFullScreenContent()
virtual void
Called when the ad showed the full screen content.

Public functions

OnAdClicked

virtual void OnAdClicked()

Called when the user clicked the ad.

OnAdDismissedFullScreenContent

virtual void OnAdDismissedFullScreenContent()

Called when the ad dismissed full screen content.

OnAdFailedToShowFullScreenContent

virtual void OnAdFailedToShowFullScreenContent(
  const AdError & ad_error
)

Called when the ad failed to show full screen content.

Details
Parameters
ad_error
An object containing detailed information about the error.

OnAdImpression

virtual void OnAdImpression()

Called when an impression is recorded for an ad.

OnAdShowedFullScreenContent

virtual void OnAdShowedFullScreenContent()

Called when the ad showed the full screen content.

~FullScreenContentListener

virtual  ~FullScreenContentListener()