public interface PrebidNativeAdListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPrebidNativeLoaded(PrebidNativeAd ad)
A successful Prebid Native ad is returned
|
void |
onPrebidNativeNotFound()
Prebid Native was not found in the server returned response,
Please display the ad as regular ways
|
void |
onPrebidNativeNotValid()
Prebid Native ad was returned, however, the bid is not valid for displaying
Should be treated as on ad load failed
|
void onPrebidNativeLoaded(PrebidNativeAd ad)
ad - use this instance for displayingvoid onPrebidNativeNotFound()
void onPrebidNativeNotValid()