Example #1
0
 void Interop_LoadInterstitialEvent(object sender, EventArgs e)
 {
     Deployment.Current.Dispatcher.BeginInvoke(() =>
     {
         InitializeInterstitialAd();
         ad.LoadAd();
     });
 }