コード例 #1
0
 // Creates an InsterstitialAd.
 public InterstitialAd(string adUnitId)
 {
     client = GoogleMobileAdsClientFactory.GetGoogleMobileAdsInterstitialClient(this);
     client.CreateInterstitialAd(adUnitId);
 }
コード例 #2
0
 // Creates an InsterstitialAd.
 public InterstitialAd(string adUnitId)
 {
     client = GoogleMobileAdsClientFactory.GetGoogleMobileAdsInterstitialClient(this);
     client.CreateInterstitialAd(adUnitId);
 }