public static interface

NativeCustomTemplateAd.OnCustomClickListener

com.google.android.gms.ads.formats.NativeCustomTemplateAd.OnCustomClickListener

Class Overview

An interface defining a callback that is called when a user clicks on a custom template native ad that has a custom click action.

Summary

Public Methods
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 NativeCustomTemplateAd: The custom template ad that was clicked.
assetName String: The name of the asset that was clicked.