public abstract class

RewardedInterstitialAd

extends Object
java.lang.Object
   ↳ com.smaato.sdk.rewarded.RewardedInterstitialAd

Summary

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

Public Constructors

public RewardedInterstitialAd ()

Public Methods

public abstract String getAdSpaceId ()

Returns

public abstract String getCreativeId ()

public abstract String getSessionId ()

Returns
  • Session ID assigned by Smaato to the ad object.

public abstract boolean isAvailableForPresentation ()

Returns
  • true if ad is ready to be presented by @{link #showAd} call and false if not.

public abstract void setCloseButtonEnabled (boolean enabled)

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

Parameters
enabled a flag to pass if close button should enabled/disabled respectively.

public final void showAd ()

Shows successfully loaded ad.