NativeCustomFormatAd.OnCustomClickListener

public interface NativeCustomFormatAd.OnCustomClickListener


接口定义,用于在用户点击自定义原生广告格式时调用回调。

摘要

公共方法

abstract void

在自定义原生广告格式被点击时调用。

公共方法

onCustomClick

abstract void onCustomClick(NativeCustomFormatAd ad, String assetName)

在自定义原生广告格式被点击时调用。

参数
NativeCustomFormatAd ad

被点击的自定义原生广告格式。

String assetName

被点击的素材资源的名称。