Package 

Class OxMrecAdHelper

  • All Implemented Interfaces:
    com.adsdk.android.ads.base.IBannerAd , com.adsdk.android.ads.base.IViewAd

    
    public abstract class OxMrecAdHelper
    extends OxAdHelper implements IBannerAd
                        
    • Method Summary

      Modifier and Type Method Description
      static OxMrecAdHelper 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 adContainer, String placement) 通过 SDK 检查,调用 Mediation 的广告展示接口。
      void setAdListener(MrecAdListener adListener)
      void destroyAd()
      • Methods inherited from class com.adsdk.android.ads.base.OxAdHelper

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

        startAutoRefresh, stopAutoRefresh
      • Methods inherited from class com.adsdk.android.ads.base.IViewAd

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

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