public abstract static class GAMNativeEventHandler.NativeCustomFormatAdListener
extends java.lang.Object
| Constructor and Description |
|---|
NativeCustomFormatAdListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
Notifies listener that the NativeCustomFormatAd has been clicked, as a result of user interaction.
|
void |
onAdClosed(com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
Notifies listener that already opened NativeCustomFormatAd has been closed.
|
void |
onAdImpression(com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
Notifies listener that the impression is recorded for NativeCustomFormatAd
|
void |
onAdOpened(com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
Notifies listener that the NativeCustomFormatAd has been opened, as a result of user interaction.
|
abstract void |
onAdReceived(com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
Notifies the listener that an ad has been successfully loaded.
|
public abstract void onAdReceived(@NonNull
com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
nativeCustomFormatAd - a valid instance of NativeCustomFormatAdpublic void onAdOpened(@NonNull
com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
nativeCustomFormatAd - a valid instance of NativeCustomFormatAdpublic void onAdClosed(@NonNull
com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
nativeCustomFormatAd - a valid instance of NativeCustomFormatAdpublic void onAdImpression(@NonNull
com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
nativeCustomFormatAd - a valid instance of NativeCustomFormatAdpublic void onAdClicked(@NonNull
com.google.android.gms.ads.nativead.NativeCustomFormatAd nativeCustomFormatAd)
nativeCustomFormatAd - a valid instance of NativeCustomFormatAd