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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonPause()voidonResume()voidrequestBannerAd(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) voidrequestInterstitialAd(Context context, com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener listener, String serverParameter, com.google.android.gms.ads.mediation.MediationAdRequest request, Bundle customEventExtras) void
-
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:
requestBannerAdin interfacecom.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:
requestInterstitialAdin interfacecom.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
-
showInterstitial
public void showInterstitial()- Specified by:
showInterstitialin interfacecom.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
-
onDestroy
public void onDestroy()- Specified by:
onDestroyin interfacecom.google.android.gms.ads.mediation.customevent.CustomEventBanner- Specified by:
onDestroyin interfacecom.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
-
onPause
public void onPause()- Specified by:
onPausein interfacecom.google.android.gms.ads.mediation.customevent.CustomEventBanner- Specified by:
onPausein interfacecom.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
-
onResume
public void onResume()- Specified by:
onResumein interfacecom.google.android.gms.ads.mediation.customevent.CustomEventBanner- Specified by:
onResumein interfacecom.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
-