public interface NativeAdUnitLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNativeAdUnitFailedToLoad(AdRequestError error)
Called when a native ad unit request failed.
|
void |
onNativeAdUnitLoaded(NativeAdUnit nativeAdUnit)
Notifies when native ad unit is loaded.
|
void onNativeAdUnitLoaded(@NonNull
NativeAdUnit nativeAdUnit)
nativeAdUnit - Native ad unit, which is ready to be bound to view.void onNativeAdUnitFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestError