public static interface NativeAdLoader.OnImageAdLoadListener extends NativeAdLoader.OnLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onImageAdLoaded(NativeImageAd nativeImageAd)
Notifies when native image ad is loaded.
|
onAdFailedToLoad, onAppInstallAdLoaded, onContentAdLoadedvoid onImageAdLoaded(@NonNull
NativeImageAd nativeImageAd)
nativeImageAd - Native ad of image type, which is ready to be bound to view.