DeltaDNAAds.InterstitialAd.OnInterstitialAdClosedHandler C# (CSharp) Méthode

OnInterstitialAdClosedHandler() private méthode

private OnInterstitialAdClosedHandler ( ) : void
Résultat void
        private void OnInterstitialAdClosedHandler()
        {
            DDNASmartAds.Instance.OnInterstitialAdClosed -= this.OnInterstitialAdClosedHandler;

            if (this.OnInterstitialAdClosed != null) {
                this.OnInterstitialAdClosed();
            }
        }