Ejemplo n.º 1
0
 void IFreestarInterstitialDelegate.FreestarInterstitialShown(FreestarInterstitialAd ad)
 {
     //throw new NotImplementedException();
 }
Ejemplo n.º 2
0
        void IFreestarInterstitialDelegate.FreestarInterstitialClicked(FreestarInterstitialAd ad)
        {

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

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

        public override void FreestarInterstitialClosed(FreestarInterstitialAd ad)
        {
            this.showButton.Enabled = false;
        }
Ejemplo n.º 11
0
 public void SetupIntestitial()
 {
     this.ad = new FreestarInterstitialAd(this);
 }