DeltaDNAAds.InterstitialAd.OnInterstitialAdClosedHandler C# (CSharp) 메소드

OnInterstitialAdClosedHandler() 개인적인 메소드

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

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