public class APSAdMobCustomInterstitialEvent
extends java.lang.Object
| Constructor and Description |
|---|
APSAdMobCustomInterstitialEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(android.view.View view) |
void |
onAdClosed(android.view.View view) |
void |
onAdFailed(android.view.View v) |
void |
onAdLeftApplication(android.view.View view) |
void |
onAdLoaded(android.view.View view) |
void |
onAdOpen(android.view.View view) |
void |
onDestroy() |
void |
onImpressionFired(android.view.View v) |
void |
onPause() |
void |
onResume() |
void |
requestInterstitialAd(android.content.Context context,
CustomEventInterstitialListener listener,
java.lang.String serverParameter,
MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras) |
static void |
setAdMobInterstitial(InterstitialAd insterstitialAd) |
void |
showInterstitial() |
public void requestInterstitialAd(android.content.Context context,
CustomEventInterstitialListener listener,
java.lang.String serverParameter,
MediationAdRequest mediationAdRequest,
android.os.Bundle customEventExtras)
public static void setAdMobInterstitial(InterstitialAd insterstitialAd)
public void onAdClicked(android.view.View view)
public void onAdLoaded(android.view.View view)
public void showInterstitial()
public void onDestroy()
public void onPause()
public void onResume()
public void onAdLeftApplication(android.view.View view)
public void onAdClosed(android.view.View view)
public void onAdOpen(android.view.View view)
public void onAdFailed(android.view.View v)
public void onImpressionFired(android.view.View v)