NativeCustomFormatAd.OnCustomClickListener

public interface NativeCustomFormatAd.OnCustomClickListener


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

Summary

Public methods

abstract void

Called when a custom native ad format is clicked.

Public methods

onCustomClick

abstract void onCustomClick(NativeCustomFormatAd ad, String assetName)

Called when a custom native ad format is clicked.

Parameters
NativeCustomFormatAd ad

The custom native ad format that was clicked.

String assetName

The name of the asset that was clicked.