Package 

Interface AppstockNativeAdListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onAppstockNativeLoaded(AppstockNativeAd ad) A successful native ad is returned
      abstract void onAppstockNativeNotFound() Native was not found in the server returned response,Please display the ad as regular ways
      abstract void onAppstockNativeNotValid() 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

      • onAppstockNativeNotFound

         abstract void onAppstockNativeNotFound()

        Native was not found in the server returned response,Please display the ad as regular ways

      • onAppstockNativeNotValid

         abstract void onAppstockNativeNotValid()

        Native ad was returned, however, the bid is not valid for displayingShould be treated as on ad load failed