| Interface and Description |
|---|
| com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
|
| Method and Description |
|---|
| com.applovin.sdk.AppLovinAdService.addAdUpdateListener(AppLovinAdUpdateListener)
Listening to ad updates has been deprecated. The
AppLovinAdView class for banners, leaderboards, and mrecs no longer automatically refresh contents by itself.
You must explicitly call AppLovinAdView.loadNextAd() or AppLovinAdView.renderAd(AppLovinAd). This method will be removed in a future SDK version. |
| com.applovin.sdk.AppLovinAdService.addAdUpdateListener(AppLovinAdUpdateListener, AppLovinAdSize)
Listening to ad updates has been deprecated. The
AppLovinAdView class for banners, leaderboards, and mrecs no longer automatically refresh contents by itself.
You must explicitly call AppLovinAdView.loadNextAd() or AppLovinAdView.renderAd(AppLovinAd). This method will be removed in a future SDK version. |
| 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
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.sdk.AppLovinAdService.removeAdUpdateListener(AppLovinAdUpdateListener, AppLovinAdSize)
Listening to ad updates has been deprecated. The
AppLovinAdView class for banners, leaderboards, and mrecs no longer automatically refresh contents by itself.
You must explicitly call AppLovinAdView.loadNextAd() or AppLovinAdView.renderAd(AppLovinAd). This method will be removed in a future SDK version. |
| 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. |