-
- All Implemented Interfaces:
@MainThread() public interface InterstitialAd
Full-screen interstitial ad.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetAdEventListener(@Nullable() InterstitialAdEventListener interstitialAdEventListener)Sets an InterstitialAdEventListener. abstract voidshow(@NonNull() Activity activity)Shows the interstitial ad. abstract AdInfogetInfo()-
-
Method Detail
-
setAdEventListener
abstract void setAdEventListener(@Nullable() InterstitialAdEventListener interstitialAdEventListener)
Sets an InterstitialAdEventListener.
- Parameters:
interstitialAdEventListener- InterstitialAdEventListener.
-
show
abstract void show(@NonNull() Activity activity)
Shows the interstitial ad. Single interstitial ad can be showed just once.
- Parameters:
activity- Activity.
-
-
-
-