public interface NativeAdLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdFailedToLoad(AdRequestError error)
Called when a native ad request failed.
|
void |
onAdLoaded(NativeAd nativeAd)
Notifies when native ad is loaded.
|
void onAdLoaded(@NonNull
NativeAd nativeAd)
nativeAd - Native ad, which is ready to be bound to view.void onAdFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestError