public class AdMobOpenWrapInterstitialCustomEventAdapter
extends java.lang.Object
implements com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial
| Constructor and Description |
|---|
AdMobOpenWrapInterstitialCustomEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy()
Method called when interstitial view gets destroyed
|
void |
onPause() |
void |
onResume() |
void |
requestInterstitialAd(Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener customEventInterstitialListener,
java.lang.String serverParameters,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
Bundle extras) |
void |
showInterstitial() |
public AdMobOpenWrapInterstitialCustomEventAdapter()
public void requestInterstitialAd(@NonNull
Context context,
@NonNull
com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener customEventInterstitialListener,
@Nullable
java.lang.String serverParameters,
@NonNull
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
@Nullable
Bundle extras)
requestInterstitialAd in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialpublic void showInterstitial()
showInterstitial in interface com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialpublic void onDestroy()
onDestroy in interface com.google.android.gms.ads.mediation.customevent.CustomEventpublic void onPause()
onPause in interface com.google.android.gms.ads.mediation.customevent.CustomEventpublic void onResume()
onResume in interface com.google.android.gms.ads.mediation.customevent.CustomEvent