public void showBannerAd(BannerAdSize size)
 {
     GoWrap.INSTANCE.showBannerAd(size);
 }
 /// <summary>
 /// Sets the size of the banner.
 /// </summary>
 /// <returns>Builder instance.</returns>
 /// <param name="bannerSize">Banner size.</param>
 public BannerViewOptionsBuilder setBannerSize(BannerAdSize bannerSize)
 {
     BannerSize = bannerSize;
     return(this);
 }
 public bool hasBannerAds(BannerAdSize size)
 {
     return(GoWrap.INSTANCE.hasBannerAds(size));
 }
Example #4
0
        //------------------------------------------------------------
        // Banner Ads.
        //------------------------------------------------------------

        public void ShowBannerAd(BannerAdPosition position, BannerAdSize size)
        {
            Debug.LogWarning("AdColony does not support banner ad format.");
        }