Also:
"Google Play services"
public static interface NativeContentAd.OnContentAdLoadedListener
An interface defining a callback that is called when a native content ad is loaded.
Public Method Summary
abstract void |
onContentAdLoaded(NativeContentAd
ad)
A method called when a native content ad has successfully loaded.
|
Public Methods
public abstract void onContentAdLoaded (NativeContentAd ad)
Also:
"Google Play services"
A method called when a native content ad has successfully loaded.
Parameters
ad | An object containing the native ad assets. |
---|