public class InneractiveInterstitialForGoogle
extends java.lang.Object
| Constructor and Description |
|---|
InneractiveInterstitialForGoogle() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy()
Called by Admob/DFP when an ad should be destroyed
Destroy the underline Inneractive ad |
void |
onPause()
Called by Admob/DFP when an ad should be paused.
|
void |
onResume()
Called by Admob/DFP when an ad should be resumed.
|
void |
requestInterstitialAd(android.content.Context context,
CustomEventInterstitialListener customEventListener,
java.lang.String serverParameter,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
Called by the Admob/DFP infra-structure when Admob/DFP requests an interstitial from
Inneractive
|
void |
showInterstitial()
Called by the Admob/DFP infra-structure in order for the plugin to start showing Inneractive's
interstitial
|
public void requestInterstitialAd(android.content.Context context,
CustomEventInterstitialListener customEventListener,
java.lang.String serverParameter,
com.google.android.gms.ads.mediation.MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
context - Android contextcustomEventListener - Callback interfaceserverParameter - As defined in Admob/DFP consolemediationAdRequest - Additional ad datacustomEventExtras - Extra data can be providedpublic void showInterstitial()
public void onDestroy()
public void onPause()
public void onResume()