Class Overview
This class is sued to create an AppLovin Mediated interstitial
Created by basil on 1/6/17.
Summary
[Expand]
Inherited Methods |
From class
com.applovin.adview.AppLovinIncentivizedInterstitial
static
AppLovinIncentivizedInterstitial
|
create(AppLovinSdk sdk)
Create a new instance of AppLovinIncentivizedInterstitial.
|
static
AppLovinIncentivizedInterstitial
|
create(Context context)
Create a new instance of AppLovinIncentivizedInterstitial.
|
IncentivizedAdController
|
createIncentivizedAdController(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.
|
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(Activity activity, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Activity activity)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Activity activity, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener, AppLovinAdClickListener adClickListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Activity activity, AppLovinAdRewardListener adRewardListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Activity activity, String placement, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener, AppLovinAdClickListener adClickListener)
Show a pre-loaded incentivized interstitial.
|
void
|
show(Activity activity, AppLovinAdRewardListener adRewardListener, AppLovinAdVideoPlaybackListener videoPlaybackListener, AppLovinAdDisplayListener adDisplayListener)
Show a pre-loaded incentivized interstitial.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
AppLovinMediatedIncentivizedInterstitial
(Context context)
public
AppLovinMediatedIncentivizedInterstitial
(AppLovinSdk sdk)
Public Methods
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
Parameters
sdk
| An instance of AppLovinSdk to use.
|
Protected Methods
protected
IncentivizedAdController
createIncentivizedAdController
(AppLovinSdk sdk)
Create a new controller that would load and render this ad. This method is called from the constructor