DeltaDNAAds.InterstitialAd.OnInterstitialAdClosedHandler C# (CSharp) Method

OnInterstitialAdClosedHandler() private method

private OnInterstitialAdClosedHandler ( ) : void
return void
        private void OnInterstitialAdClosedHandler()
        {
            DDNASmartAds.Instance.OnInterstitialAdClosed -= this.OnInterstitialAdClosedHandler;

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