コード例 #1
0
        public static bool Show()
        {
#if !UNITY_WEBPLAYER
            //Debug.Log("show 1");
            if (!canShowAds)
            {
                return(false);
            }
            return(AdvertisementManager.showBanner());
#else
            return(false);
#endif
        }