- Jun 6, 2020
- 11,559
- 4,422
I received an email from google regarding the collapsible banner.
Do you already support this ad format?
Here's the simple code they sent as an example, I couldn't adapt it to B4A:
Do you already support this ad format?
Here's the simple code they sent as an example, I couldn't adapt it to B4A:
Bundle extras = new Bundle();
extras.putString("collapsible", "top");
AdRequest adRequest = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras)
.build();
adView.loadAd(adRequest);
Click to expand...
برای دیدن لینک ها باید ثبت نام کنید