public interface InterstitialAdPresenter
InterstitialAdRequestListener.onAdLoaded(InterstitialAdPresenter) event.| Modifier and Type | Method and Description |
|---|---|
default void |
show(android.app.Activity activity,
InterstitialAdPlaybackListener interstitialAdPlaybackListener)
Opens the interstitial ad from the given activity
|
void |
show(android.app.Activity activity,
InterstitialAdPlaybackListener interstitialAdPlaybackListener,
boolean cancelable)
Opens the interstitial ad from the given activity
|
default void show(@NonNull
android.app.Activity activity,
@NonNull
InterstitialAdPlaybackListener interstitialAdPlaybackListener)
activity - the currently active activityinterstitialAdPlaybackListener - the listener that is called with information about the ad playback.void show(@NonNull
android.app.Activity activity,
@NonNull
InterstitialAdPlaybackListener interstitialAdPlaybackListener,
boolean cancelable)
activity - the currently active activityinterstitialAdPlaybackListener - the listener that is called with information about the ad playback.cancelable - if the interstitial can be canceled with the back button at any time.