public static interface NativeImageHelper.ImageListener
| Modifier and Type | Method and Description |
|---|---|
void |
onImagesCached()
Called when images are successfully cached.
|
void |
onImagesFailedToCache(NativeErrorCode errorCode)
Called when images failed to cache.
|
void onImagesCached()
CustomEventNative.CustomEventNativeListener.onNativeAdLoaded(com.mopub.nativeads.BaseNativeAd), you should typically do so now.void onImagesFailedToCache(NativeErrorCode errorCode)
CustomEventNative.CustomEventNativeListener.onNativeAdFailed(com.mopub.nativeads.NativeErrorCode) from this callback.errorCode - An enum value with the relevant error message.