public class CriteoAdapter
extends java.lang.Object
implements com.google.android.gms.ads.mediation.customevent.CustomEventBanner, com.google.android.gms.ads.mediation.customevent.CustomEventInterstitial, com.google.android.gms.ads.mediation.customevent.CustomEventNative
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
AD_UNIT_ID |
protected static java.lang.String |
CRITEO_PUBLISHER_ID |
protected static java.lang.String |
TAG |
| Constructor and Description |
|---|
CriteoAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy()
The event is being destroyed.
|
void |
onPause()
The app is being paused.
|
void |
onResume()
The app is being resumed.
|
void |
requestBannerAd(android.content.Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventBannerListener listener,
java.lang.String serverParameter,
com.google.android.gms.ads.AdSize size,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
The app requested a banner ad
|
void |
requestInterstitialAd(android.content.Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener listener,
java.lang.String serverParameter,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
The app requested an interstitial ad
|
void |
requestNativeAd(android.content.Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventNativeListener listener,
java.lang.String serverParameter,
com.google.android.gms.ads.mediation.NativeMediationAdRequest nativeMediationAdRequest,
android.os.Bundle bundle) |
void |
showInterstitial() |
protected static final java.lang.String TAG
protected static final java.lang.String CRITEO_PUBLISHER_ID
protected static final java.lang.String AD_UNIT_ID
public void requestBannerAd(android.content.Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventBannerListener listener,
java.lang.String serverParameter,
com.google.android.gms.ads.AdSize size,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
requestBannerAd in interface com.google.android.gms.ads.mediation.customevent.CustomEventBannerpublic void requestInterstitialAd(android.content.Context context,
com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener listener,
java.lang.String serverParameter,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
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 requestNativeAd(@NonNull
android.content.Context context,
@NonNull
com.google.android.gms.ads.mediation.customevent.CustomEventNativeListener listener,
@Nullable
java.lang.String serverParameter,
@Nullable
com.google.android.gms.ads.mediation.NativeMediationAdRequest nativeMediationAdRequest,
@Nullable
android.os.Bundle bundle)
requestNativeAd in interface com.google.android.gms.ads.mediation.customevent.CustomEventNativepublic 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