public static interface CustomEventNative.CustomEventNativeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNativeAdFailed(NativeErrorCode errorCode)
Your custom event subclass must call this method when it fails to load a native ad.
|
void |
onNativeAdLoaded(BaseNativeAd nativeAd)
Your custom event subclass must call this method when it successfully loads a native ad.
|
void onNativeAdLoaded(BaseNativeAd nativeAd)
nativeAd - The ad that was successfully loaded.void onNativeAdFailed(NativeErrorCode errorCode)
errorCode - An enum value with the relevant error message.