public class AppLovinInterstitialAd
extends java.lang.Object
| Constructor and Description |
|---|
AppLovinInterstitialAd() |
| Modifier and Type | Method and Description |
|---|---|
static AppLovinInterstitialAdDialog |
create(AppLovinSdk sdk,
android.content.Context context)
Create a new interstitial dialog that can be shown to the user.
|
static boolean |
isAdReadyToDisplay(android.content.Context context)
Deprecated.
Checking whether an ad is ready for display has been deprecated and will be removed in a future SDK version. Please use
show(Context), or create an instance of AppLovinInterstitialAdDialog and use AppLovinInterstitialAdDialog.show() or AppLovinInterstitialAdDialog.showAndRender(AppLovinAd) to display an ad. |
static void |
show(android.content.Context context)
Show a new interstitial ad.
|
java.lang.String |
toString() |
public static void show(android.content.Context context)
context - Parent activity or application context. Must not be null.public static AppLovinInterstitialAdDialog create(AppLovinSdk sdk, android.content.Context context)
show().sdk - An SDK instance to use.context - A non-stale reference to the current top activity.AppLovinInterstitialAdDialog.@Deprecated public static boolean isAdReadyToDisplay(android.content.Context context)
show(Context), or create an instance of AppLovinInterstitialAdDialog and use AppLovinInterstitialAdDialog.show() or AppLovinInterstitialAdDialog.showAndRender(AppLovinAd) to display an ad.public java.lang.String toString()
toString in class java.lang.Object