Package 

Class OxNativeAdHelper

    • Method Summary

      Modifier and Type Method Description
      void setViewBinder(ViewBinder viewBinder)
      static OxNativeAdHelper createAd(Activity activity, String adUnitId)
      void onClientShowingLimitation(@NonNull() String limitation) 得到展示广告的机会,但因客户端限制(如时间限制)而不去展示时,客户端可以调用此方法上报打点。
      void onClientShowingLimitation(@Nullable() String placement, @NonNull() String limitation) 得到展示广告的机会,但因客户端限制(如时间限制)而不去展示时,客户端可以调用此方法上报打点。
      void loadAd()
      void loadAd(String placement)
      void showAd(ViewGroup container, String placement) 通过 SDK 检查,调用 Mediation 的广告展示接口。
      void setAdListener(NativeAdListener adListener)
      void destroyAd()
      • Methods inherited from class com.adsdk.android.ads.base.OxAdHelper

        isReady, setExtraParametersForMax
      • Methods inherited from class com.adsdk.android.ads.base.IViewAd

        hidAd, showAd, showAd
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait