GoogleMobileAds.Api.AdManager.AdManagerInterstitialAd

A full page ad experience at natural transition points, such as a page change or an app launch for Google Ad Manager publishers.

Summary

Interstitials use a close button that removes the ad from the user's experience.

Inheritance

Inherits from: GoogleMobileAds.Api.InterstitialAd

Events

OnAppEventReceived
Action< AppEvent >
Raised when the app receives an event from the interstitial ad.

Public static functions

Load(string adUnitId, AdRequest request, Action< AdManagerInterstitialAd, LoadAdError > adLoadCallback)
void
Loads an AdManager interstitial ad.

Events

OnAppEventReceived

Action< AppEvent > OnAppEventReceived

Raised when the app receives an event from the interstitial ad.

Public static functions

Load

void Load(
  string adUnitId,
  AdRequest request,
  Action< AdManagerInterstitialAd, LoadAdError > adLoadCallback
)

Loads an AdManager interstitial ad.