NativeCustomFormatAd.OnCustomClickListener

public static interface NativeCustomFormatAd.OnCustomClickListener

Interface definition for a callback to be invoked when a user clicks on a custom native ad format.

Public Method Summary

abstract void
onCustomClick(NativeCustomFormatAd ad, String assetName)
Called when a custom native ad format is clicked.

Public Methods

public abstract void onCustomClick (NativeCustomFormatAd ad, String assetName)

Called when a custom native ad format is clicked.

Parameters
ad The custom native ad format that was clicked.
assetName The name of the asset that was clicked.