public static interface UnifiedNativeAd.OnUnifiedNativeAdLoadedListener
An interface defining a callback that is called when a native ad is loaded.
Public Method Summary
abstract void |
onUnifiedNativeAdLoaded(UnifiedNativeAd
ad)
A method called when a native ad has successfully loaded.
|
Public Methods
public abstract void onUnifiedNativeAdLoaded (UnifiedNativeAd ad)
A method called when a native ad has successfully loaded.
Parameters
ad | An object containing the native ad assets. |
---|