Interface PrebidNativeAdListener


public interface PrebidNativeAdListener
Native ad listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A successful Prebid Native ad is returned
    void
    Prebid Native was not found in the server returned response, Please display the ad as regular ways
    void
    Prebid Native ad was returned, however, the bid is not valid for displaying Should be treated as on ad load failed
  • Method Details

    • 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