Package 

Interface PrebidNativeAdListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onPrebidNativeLoaded(PrebidNativeAd ad) A successful Prebid Native ad is returned
      abstract void onPrebidNativeNotFound() Prebid Native was not found in the server returned response,Please display the ad as regular ways
      abstract void onPrebidNativeNotValid() Prebid Native ad was returned, however, the bid is not valid for displayingShould be treated as on ad load failed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 displayingShould be treated as on ad load failed