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