{% include "/admob/android/reference/_dackka-meta-tags.html" %}

NativeCustomFormatAd.OnCustomFormatAdLoadedListener

{% setvar page_path %}com/google/android/gms/ads/nativead/NativeCustomFormatAd.OnCustomFormatAdLoadedListener.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public interface NativeCustomFormatAd.OnCustomFormatAdLoadedListener


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

Summary

Public methods

abstract void

Called when a custom native ad format has successfully loaded.

Public methods

onCustomFormatAdLoaded

abstract void onCustomFormatAdLoaded(NativeCustomFormatAd ad)

Called when a custom native ad format has successfully loaded.

Parameters
NativeCustomFormatAd ad

An object containing the native ad assets.