public static interface

NativeCustomTemplateAd.OnCustomTemplateAdLoadedListener

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

Class Overview

An interface defining a callback that is called when a native custom template ad is loaded.

Summary

Public Methods
abstract void onCustomTemplateAdLoaded(NativeCustomTemplateAd ad)
A method called when a native custom template ad has successfully loaded.

Public Methods

public abstract void onCustomTemplateAdLoaded (NativeCustomTemplateAd ad)

A method called when a native custom template ad has successfully loaded.

Parameters
ad NativeCustomTemplateAd: An object containing the native ad assets.