public static interface

NativeContentAd.OnContentAdLoadedListener

com.google.android.gms.ads.formats.NativeContentAd.OnContentAdLoadedListener

Class Overview

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

Summary

Public Methods
abstract void onContentAdLoaded(NativeContentAd ad)
A method called when a native content ad has successfully loaded.

Public Methods

public abstract void onContentAdLoaded (NativeContentAd ad)

A method called when a native content ad has successfully loaded.

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