public interface InterstitialAdPresenter
InterstitialAdListener.onAdLoaded(InterstitialAdPresenter) event.| Modifier and Type | Method and Description |
|---|---|
default void |
show(android.app.Activity activity)
Opens the interstitial ad from the given activity
|
void |
show(android.app.Activity activity,
boolean cancelable)
Opens the interstitial ad from the given activity
|
default void show(@NonNull
android.app.Activity activity)
activity - the currently active activityvoid show(@NonNull
android.app.Activity activity,
boolean cancelable)
activity - the currently active activitycancelable - if the interstitial can be canceled with the back button at any time.