Beispiel #1
0
 public void showInterstitialAds()
 {
     Debug.Log(interstitial.ToString());
     //Show Ad
     if (this.interstitial.IsLoaded())
     {
         Debug.Log("No Null Ref Excp");
         this.interstitial.Show();
         //this.interstitial.Destroy ();
     }
 }