public static interface NativeAdLoader.OnLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdFailedToLoad(AdRequestError error)
Called when a native ad request failed.
|
void |
onAppInstallAdLoaded(NativeAppInstallAd nativeAppInstallAd)
Notifies when native app install ad is loaded.
|
void |
onContentAdLoaded(NativeContentAd nativeContentAd)
Notifies when native content ad is loaded.
|
void onAdFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestErrorvoid onAppInstallAdLoaded(@NonNull
NativeAppInstallAd nativeAppInstallAd)
nativeAppInstallAd - Native ad of content type, which is ready to be bound to view.void onContentAdLoaded(@NonNull
NativeContentAd nativeContentAd)
nativeContentAd - Native ad of content type, which is ready to be bound to view.