Ejemplo n.º 1
0
 public void OnClick(View v)
 {
     if (that.mInterstitialAd.IsLoaded)
     {
         that.mInterstitialAd.Show();
     }
     else
     {
         that.BeginSecondActivity();
     }
 }
Ejemplo n.º 2
0
 public override void OnAdClosed()
 {
     that.RequestNewInterstitial();
     that.BeginSecondActivity();
 }