Skip to content

Interstitials

Marco edited this page Aug 17, 2021 · 2 revisions

You can show an interstitial with a single line of code:

CrossMTAdmob.Current.ShowInterstitial();

Before showing an interstitial you should load it using:

CrossMTAdmob.Current.LoadInterstitial("xx-xxx-xxx-xxxxxxxxxxxxxxxxx/xxxxxxxxxx");

Events for Interstitials

the Interstitial ads offer 3 events:

* OnInterstitialLoaded When it's loaded

* OnInterstitialOpened When it's opened

* OnInterstitialClosed When it's closed

Clone this wiki locally