예제 #1
0
 void IFreestarInterstitialDelegate.FreestarInterstitialShown(FreestarInterstitialAd ad)
 {
     //throw new NotImplementedException();
 }
예제 #2
0
        void IFreestarInterstitialDelegate.FreestarInterstitialClicked(FreestarInterstitialAd ad)
        {

        }
예제 #3
0
 void IFreestarInterstitialDelegate.FreestarInterstitialLoaded(FreestarInterstitialAd ad)
 {
     this.showButton.Enabled = true;
 }
예제 #4
0
 void IFreestarInterstitialDelegate.FreestarInterstitialFailed(FreestarInterstitialAd ad, FreestarNoAdReason reason)
 {
     //throw new NotImplementedException();
 }
예제 #5
0
 public override void FreestarInterstitialClicked(FreestarInterstitialAd ad)
 {
 }
예제 #6
0
        // - InterstitialDelegate

        void IFreestarInterstitialDelegate.FreestarInterstitialClosed(FreestarInterstitialAd ad)
        {
            this.showButton.Enabled = false;
        }
예제 #7
0
 public override void FreestarInterstitialShown(FreestarInterstitialAd ad)
 {
     //throw new NotImplementedException();
 }
예제 #8
0
 public override void FreestarInterstitialFailed(FreestarInterstitialAd ad, FreestarNoAdReason reason)
 {
     //throw new NotImplementedException();
 }
예제 #9
0
 public override void FreestarInterstitialLoaded(FreestarInterstitialAd ad)
 {
     this.showButton.Enabled = true;
 }
예제 #10
0
        // - InterstitialDelegate

        public override void FreestarInterstitialClosed(FreestarInterstitialAd ad)
        {
            this.showButton.Enabled = false;
        }
예제 #11
0
 public void SetupIntestitial()
 {
     this.ad = new FreestarInterstitialAd(this);
 }