// Create a BannerView and add it into the view hierarchy.
 public BannerView(string adUnitId, AdSize adSize, AdPosition position)
 {
     client = GoogleMobileAdsClientFactory.GetGoogleMobileAdsBannerClient(this);
     client.CreateBannerView(adUnitId, adSize, position);
 }
Esempio n. 2
0
 // Create a BannerView and add it into the view hierarchy.
 public BannerView(string adUnitId, AdSize adSize, AdPosition position)
 {
     client = GoogleMobileAdsClientFactory.GetGoogleMobileAdsBannerClient(this);
     client.CreateBannerView(adUnitId, adSize, position);
 }