Class AdmobAdapter

java.lang.Object
com.appbrain.mediation.AdmobAdapter
All Implemented Interfaces:
KeepClass, com.google.android.gms.ads.mediation.customevent.CustomEventBanner, com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial

public class AdmobAdapter extends Object implements com.google.android.gms.ads.mediation.customevent.CustomEventBanner, com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial, KeepClass
Implements AdMob's mediation interfaces so we can show AppBrain banners and interstitials through AdMob.
  • Constructor Details

    • AdmobAdapter

      public AdmobAdapter()
  • Method Details

    • requestBannerAd

      public void requestBannerAd(Context context, com.google.android.gms.ads.mediation.customevent.CustomEventBannerListener listener, String serverParameter, com.google.android.gms.ads.AdSize adSize, com.google.android.gms.ads.mediation.MediationAdRequest request, Bundle customEventExtras)
      Specified by:
      requestBannerAd in interface com.google.android.gms.ads.mediation.customevent.CustomEventBanner
    • requestInterstitialAd

      public void requestInterstitialAd(Context context, com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener listener, String serverParameter, com.google.android.gms.ads.mediation.MediationAdRequest request, Bundle customEventExtras)
      Specified by:
      requestInterstitialAd in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
    • showInterstitial

      public void showInterstitial()
      Specified by:
      showInterstitial in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
    • onDestroy

      public void onDestroy()
      Specified by:
      onDestroy in interface com.google.android.gms.ads.mediation.customevent.CustomEventBanner
      Specified by:
      onDestroy in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
    • onPause

      public void onPause()
      Specified by:
      onPause in interface com.google.android.gms.ads.mediation.customevent.CustomEventBanner
      Specified by:
      onPause in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
    • onResume

      public void onResume()
      Specified by:
      onResume in interface com.google.android.gms.ads.mediation.customevent.CustomEventBanner
      Specified by:
      onResume in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial