| Interface and Description |
|---|
| com.applovin.nativeAds.AppLovinNativeAd
Native ads have been deprecated and will be removed in a future SDK version.
|
| com.applovin.nativeAds.AppLovinNativeAdLoadListener
Native ads have been deprecated and will be removed in a future SDK version.
|
| com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
Native ads have been deprecated and will be removed in a future SDK version.
|
| com.applovin.nativeAds.AppLovinNativeAdService
Native ads have been deprecated and will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
|
| Field and Description |
|---|
| com.applovin.sdk.AppLovinAdSize.MREC
MRECs have been deprecated and will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinAdSize.NATIVE
Native ads have been deprecated and will be removed in a future SDK version.
|
| Method and Description |
|---|
| com.applovin.adview.AppLovinInterstitialAdDialog.dismiss()
Explicitly dismissing an ad has been deprecated and will be removed in a future SDK version.
|
| com.applovin.adview.AppLovinIncentivizedInterstitial.dismiss()
Explicitly dismissing an ad has been deprecated and will be removed in a future SDK version.
|
| com.applovin.adview.AppLovinAdView.getAdViewController()
- This is for internal use only and will be removed in a later SDK version.
|
| com.applovin.sdk.AppLovinSdkSettings.getBannerAdRefreshSeconds()
Manually setting of banner ad refresh interval has been deprecated as automatic banner refresh has been disabled. This method will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinSdk.getLogger()
This method is for internal use only and will be removed in a future SDK version.
|
| com.applovin.adview.AppLovinIncentivizedInterstitial.getUserIdentifier()
Please use
AppLovinSdk.getUserIdentifier() instead to properly identify your users in our system. This property is now deprecated and will be removed in a future SDK version. |
| com.applovin.nativeAds.AppLovinNativeAd.getZoneId()
- Native ads do not have support for zones. This API will be removed in a future SDK release.
|
| com.applovin.sdk.AppLovinAdService.hasPreloadedAd(AppLovinAdSize)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version. Please use
AppLovinAdService.loadNextAd(AppLovinAdSize, AppLovinAdLoadListener) to load ads to display. |
| com.applovin.sdk.AppLovinAdService.hasPreloadedAdForZoneId(String)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version. Please use
AppLovinAdService.loadNextAdForZoneId(String, AppLovinAdLoadListener) to load ads to display. |
| com.applovin.adview.AppLovinAdView.isAdReadyToDisplay()
Checking whether an ad is ready for display has been deprecated and will be removed in a future SDK version. Please use one of the
loadNextAd(...) methods in AppLovinAdService or AppLovinAdView.renderAd(AppLovinAd) to display an ad. |
| com.applovin.adview.AppLovinInterstitialAd.isAdReadyToDisplay(Context)
Checking whether an ad is ready for display has been deprecated and will be removed in a future SDK version. Please use
AppLovinInterstitialAd.show(Context), or create an instance of AppLovinInterstitialAdDialog and use AppLovinInterstitialAdDialog.show() or AppLovinInterstitialAdDialog.showAndRender(AppLovinAd) to display an ad. |
| com.applovin.nativeAds.AppLovinNativeAdService.loadNativeAds(int, AppLovinNativeAdLoadListener)
Loading multiple native ads has been deprecated and will be removed in a future SDK version. Please use
AppLovinNativeAdService.loadNextAd(com.applovin.nativeAds.AppLovinNativeAdLoadListener) instead. |
| com.applovin.sdk.AppLovinVariableService.loadVariables()
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
|
| com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener.onVariablesUpdate(Bundle)
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
|
| com.applovin.sdk.AppLovinAdService.preloadAd(AppLovinAdSize)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version. Please use
AppLovinAdService.loadNextAd(AppLovinAdSize, AppLovinAdLoadListener) to load ads to display. |
| com.applovin.sdk.AppLovinAdService.preloadAdForZoneId(String)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version. Please use
AppLovinAdService.loadNextAdForZoneId(String, AppLovinAdLoadListener) to load ads to display. |
| com.applovin.adview.AppLovinAdView.renderAd(AppLovinAd, String)
Placements have been deprecated and will be removed in a future SDK version. Please configure zones from the UI and use them instead.
|
com.applovin.adview.AppLovinAdView.setAutoDestroy(boolean)
isAutoDestroy is now by default false. This method will be removed in a future SDK version. |
| com.applovin.sdk.AppLovinSdkSettings.setBannerAdRefreshSeconds(long)
Manually setting of banner ad refresh interval has been deprecated as automatic banner refresh has been disabled. This method will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinVariableService.setOnVariablesUpdateListener(AppLovinVariableService.OnVariablesUpdateListener)
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
|
| com.applovin.adview.AppLovinIncentivizedInterstitial.setUserIdentifier(String)
Please use
AppLovinSdk.setUserIdentifier(String) instead to properly identify your users in our system. This property is now deprecated and will be removed in a future SDK version. |
| com.applovin.adview.AppLovinIncentivizedInterstitial.show(Context, String, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener, AppLovinAdDisplayListener, AppLovinAdClickListener)
Placements have been deprecated and will be removed in a future SDK version. Please configure zones from the UI and use them instead.
|
| Constructor and Description |
|---|
| com.applovin.sdk.AppLovinSdkSettings()
- Use
AppLovinSdkSettings.AppLovinSdkSettings(Context) instead. |