public static interface NativeCustomTemplateAd.OnCustomTemplateAdLoadedListener
An interface defining a callback that is called when a native custom template ad is loaded.
Public Method Summary
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 | An object containing the native ad assets. |
---|