예제 #1
0
 public void ShowChartboostInterstitial()
 {
     if (canShowAd && !adsRemoved && HZInterstitialAd.ChartboostIsAvailableForLocation("Default"))
     {
         Toaster.ShowDebugToast("Showing Chartboost Interstitial for location; Default");
         HZInterstitialAd.ChartboostShowForLocation("Default");
     }
     else
     {
         Toaster.ShowDebugToast("Can't show Chartboost Interstitial because not available or Ads are removed");
     }
 }