Package org.prebid.mobile
Interface PrebidNativeAdListener
-
- All Implemented Interfaces:
public interface PrebidNativeAdListenerNative ad listener.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPrebidNativeLoaded(PrebidNativeAd ad)A successful Prebid Native ad is returned abstract voidonPrebidNativeNotFound()Prebid Native was not found in the server returned response, Please display the ad as regular ways abstract voidonPrebidNativeNotValid()Prebid Native ad was returned, however, the bid is not valid for displaying Should be treated as on ad load failed -
-
Method Detail
-
onPrebidNativeLoaded
abstract void onPrebidNativeLoaded(PrebidNativeAd ad)
A successful Prebid Native ad is returned
- Parameters:
ad- use this instance for displaying
-
onPrebidNativeNotFound
abstract void onPrebidNativeNotFound()
Prebid Native was not found in the server returned response, Please display the ad as regular ways
-
onPrebidNativeNotValid
abstract void onPrebidNativeNotValid()
Prebid Native ad was returned, however, the bid is not valid for displaying Should be treated as on ad load failed
-
-
-
-