示例#1
0
 public void ShowInterstitialAd()
 {
     //adManager.ShowInterstitialAd(interstitialPlacementId);
     // It also works without providing the placementId parameter
     // In this case, the first ad in the list will be used (From the manager settings)
     adManager.ShowInterstitialAd();
 }