NativeCustomFormatAd.OnCustomFormatAdLoadedListener

public static interface NativeCustomFormatAd.OnCustomFormatAdLoadedListener

Interface definition for a callback to be invoked when a custom native ad format has successfully loaded.

Public Method Summary

abstract void
onCustomFormatAdLoaded(NativeCustomFormatAd ad)
Called when a custom native ad format has successfully loaded.

Public Methods

public abstract void onCustomFormatAdLoaded (NativeCustomFormatAd ad)

Called when a custom native ad format has successfully loaded.

Parameters
ad An object containing the native ad assets.