NativeCustomFormatAd.OnCustomFormatAdLoadedListener

public static interfaceNativeCustomFormatAd.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 voidonCustomFormatAdLoaded(NativeCustomFormatAd ad)

Called when a custom native ad format has successfully loaded.

Parameters
ad An object containing the native ad assets.