Esempio n. 1
0
    private void closeAd()
    {
        if (mockAdMode == Mode.Interstitial)
        {
            _scaleMonkAds.CompletedInterstitialDisplay(mockAdTag);
        }
        else
        {
            _scaleMonkAds.CompletedRewardedDisplay(mockAdTag);
        }

        Destroy(gameObject);
    }
 public void CompletedInterstitialDisplay(string location)
 {
     AdsLogger.LogWithFormat("{0} | Completed interstitial display at location \"{1}\"", _label, location);
     _adsInstance.CompletedInterstitialDisplay(location);
 }