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);