예제 #1
0
        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
        }
예제 #2
0
 public void ShowInters(int pIndex = 0)
 {
     _adManager.showInterstitial(pIndex);
 }