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