public static interface NativeCustomTemplateAd.OnCustomClickListener
An interface defining a callback that is called when a user clicks on a custom template native ad that has a custom click action.
Public Method Summary
abstract void |
onCustomClick(NativeCustomTemplateAd
ad, String
assetName)
A method called when a custom click action should be performed.
|
Public Methods
public abstract void onCustomClick (NativeCustomTemplateAd ad, String assetName)
A method called when a custom click action should be performed.
Parameters
ad | The custom template ad that was clicked. |
---|---|
assetName | The name of the asset that was clicked. |