Пример #1
0
    void DisplayAds()
    {
        // The already loaded banner is simply attached to the screen (only if ready).
        if (_bannerView != null && _isAdReady)
        {
            _bannerView.DisplayBanner(AdPosition.Bottom);
        }

        // The interstitial is loaded and then displayed.
        DisplayInterstitial();
    }