public interface NativeBulkAdLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdsFailedToLoad(AdRequestError error)
Called when a slider ad request failed.
|
void |
onAdsLoaded(java.util.List<NativeAd> nativeAds)
Notifies when native ads are loaded.
|
void onAdsLoaded(@NonNull
java.util.List<NativeAd> nativeAds)
nativeAds - List of ads, which is ready to be bound to view.void onAdsFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestError