Skip to content

Instantly share code, notes, and snippets.

@ayltai
Created February 12, 2017 08:17
Show Gist options
  • Save ayltai/f6a65a87a359d60179b9c39a0b3485e5 to your computer and use it in GitHub Desktop.
Save ayltai/f6a65a87a359d60179b9c39a0b3485e5 to your computer and use it in GitHub Desktop.
Request native ad
moPubNative.makeRequest(new RequestParameters.Builder()
.desiredAssets(EnumSet.of(
RequestParameters.NativeAdAsset.TITLE,
RequestParameters.NativeAdAsset.TEXT,
RequestParameters.NativeAdAsset.MAIN_IMAGE,
RequestParameters.NativeAdAsset.CALL_TO_ACTION_TEXT))
.build());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment