public static void Show() //float delay = 0f) { #if !UNITY_WEBPLAYER if (!canShowAds) { return; } /*if (delay > 0f) * new KTimer(delay, AdvertisementManager.showInterstitial); * else */AdvertisementManager.showInterstitial(); #endif }
public void ShowInters(int pIndex = 0) { _adManager.showInterstitial(pIndex); }