Package org.prebid.mobile
Interface PrebidNativeAdListener
public interface PrebidNativeAdListener
Native ad listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A successful Prebid Native ad is returnedvoid
Prebid Native was not found in the server returned response, Please display the ad as regular waysvoid
Prebid Native ad was returned, however, the bid is not valid for displaying Should be treated as on ad load failed
-
Method Details
-
onPrebidNativeLoaded
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
-