static
AppLovinIncentivizedInterstitial
|
create(AppLovinSdk sdk)
Create a new instance of AppLovinIncentivizedInterstitial.
|
static
AppLovinIncentivizedInterstitial
|
create(String zoneId, AppLovinSdk sdk)
Create a new instance of AppLovinIncentivizedInterstitial.
|
static
AppLovinIncentivizedInterstitial
|
create(Context context)
Create a new instance of AppLovinIncentivizedInterstitial.
|
IncentivizedAdController
|
createIncentivizedAdController(String zoneId, AppLovinSdk sdk)
Create a new controller that would load and render this ad.
|
void
|
dismiss()
Dismiss an incentivized interstitial prematurely, before video playback has completed.
|
String
|
getUserIdentifier()
Get the last set user identifier.
|
String
|
getZoneId()
The zone identifier this incentivized ad was initialized with and is loading ads for, if any.
|
boolean
|
isAdReadyToDisplay()
Check if an ad is currently ready on this object.
|
void
|
preload(AppLovinAdLoadListener adLoadListener)
Pre-load an incentivized interstitial.
|
void
|
setUserIdentifier(String userIdentifier)
Set a user identifier that will be passed through to your server via S2S postbacks.
|
void
|
show(Context context, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(AppLovinAd ad, Context context, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener, AppLovinAdClickListener adClickListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Context context, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Context context, String placement, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener, AppLovinAdClickListener adClickListener)
This method is deprecated.
Placements have been deprecated and will be removed in a future SDK version. Please configure zones from the UI and use them instead.
|
void
|
show(Context context, AppLovinAdRewardListener adRewardListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Context context, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener, AppLovinAdClickListener adClickListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Context context)
Show a pre-loaded incentivized interstitial.
|