Skip to content

Instantly share code, notes, and snippets.

@Mirkoddd
Created March 8, 2022 12:03
Show Gist options
  • Save Mirkoddd/7f6180f56b4e3026246cfcdba6d7704e to your computer and use it in GitHub Desktop.
Save Mirkoddd/7f6180f56b4e3026246cfcdba6d7704e to your computer and use it in GitHub Desktop.
Bundle extras = new Bundle();
extras.putString("npa", "1");
AdRequest request = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment