| java.lang.Object | |
| ↳ | com.smaato.sdk.rewarded.RewardedInterstitialAd |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RewardedInterstitialAd() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String | getAdSpaceId() | ||||||||||
| abstract String | getCreativeId() | ||||||||||
| abstract String | getSessionId() | ||||||||||
| abstract boolean | isAvailableForPresentation() | ||||||||||
| abstract void |
setCloseButtonEnabled(boolean enabled)
Sets an
enabled flag if close button should/shouldn't be shown during RewardedInterstitialAd ad playback. | ||||||||||
| final void |
showAd()
Shows successfully loaded ad.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
loadAd(String, EventListener).
true if ad is ready to be presented by @{link #showAd} call and false if not.
Sets an enabled flag if close button should/shouldn't be shown during RewardedInterstitialAd ad playback.
Has no effect on RewardedInterstitialAd ad that is already shown by showAd() call. The default value is false
| enabled | a flag to pass if close button should enabled/disabled respectively. |
|---|
Shows successfully loaded ad.