Open ad clicks in the native browser on android

You can choose whether the device's native browser will open if the user clicks an ad in this view. By default, the SDK will open clicks in an in-app browser.

To cause a specific ad creative to open in the native browser, use theĀ ANJAM API.

Use this code to open the device's native browser when the user clicks an ad:

adView.setClickThroughAction(ANClickThroughAction.OPEN_DEVICE_BROWSER);