Interface definition for a callback to be invoked when a user clicks on a custom native ad format.
| abstract void |
onCustomClick(NativeCustomFormatAd
ad, String
assetName)
Called when a custom native ad format is clicked.
|
Called when a custom native ad format is clicked.
| ad | The custom native ad format that was clicked. |
|---|---|
| assetName | The name of the asset that was clicked. |