use of com.amazon.device.ads.AdTargetingOptions in project Klyph by jonathangerbaud.
the class AmazonBanner method loadAd.
@Override
public void loadAd(View adView) {
Log.d("AmazonBanner", "loadAd: ");
//AdRegistration.enableTesting(true);
AdRegistration.enableLogging(true);
((AdLayout) adView).loadAd(new AdTargetingOptions());
}
Aggregations