java.lang.Object | ||
↳ | com.applovin.adview.AppLovinIncentivizedInterstitial | |
↳ | com.applovin.adview.AppLovinMediatedIncentivizedInterstitial |
This class is sued to create an AppLovin Mediated interstitial
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinMediatedIncentivizedInterstitial(Context context) | |||||||||||
AppLovinMediatedIncentivizedInterstitial(AppLovinSdk sdk) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AppLovinMediatedIncentivizedInterstitial |
create(Context context)
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
| ||||||||||
static AppLovinMediatedIncentivizedInterstitial |
create(AppLovinSdk sdk)
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IncentivizedAdController |
createIncentivizedAdController(String zoneId, AppLovinSdk sdk)
Create a new controller that would load and render this ad.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
context | Context to use. |
---|
Create a new instance of AppLovinMediatedIncentivizedInterstitial.
sdk | An instance of AppLovinSdk to use. |
---|
Create a new controller that would load and render this ad. This method is called from the constructor. For internal usage only.