Exemple #1
0
        public static void Fetch()        //float delay = 0f)
        {
#if !UNITY_WEBPLAYER
            if (!canShowAds)
            {
                return;
            }

            /*if (delay > 0f)
             *      new KTimer(delay, AdvertisementManager.fetchInterstitial);
             * else */AdvertisementManager.fetchInterstitial();
#endif
        }