-
-
Notifications
You must be signed in to change notification settings - Fork 26
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");
the Interstitial ads offer 3 events:
* OnInterstitialLoaded When it's loaded
* OnInterstitialOpened When it's opened
* OnInterstitialClosed When it's closed