Interface InterstitialAd
-
@MainThread public interface InterstitialAdFull-screen interstitial ad.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdInfogetInfo()voidsetAdEventListener(InterstitialAdEventListener interstitialAdEventListener)Sets anInterstitialAdEventListener.voidshow(android.app.Activity activity)Shows the interstitial ad.
-
-
-
Method Detail
-
setAdEventListener
void setAdEventListener(@Nullable InterstitialAdEventListener interstitialAdEventListener)Sets anInterstitialAdEventListener.- Parameters:
interstitialAdEventListener-InterstitialAdEventListener.
-
show
void show(@NonNull android.app.Activity activity)Shows the interstitial ad. Single interstitial ad can be showed just once.- Parameters:
activity-Activity.
-
-