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