| 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.getAutoPreloadSizes()
Manually managing what ads SDK should automatically preload has been deprecated and will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinSdkSettings.getAutoPreloadTypes() |
| 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.nativeAds.AppLovinNativeAd.getClickUrl()
Use
launchClickTarget() rather than opening this URL yourself. |
| com.applovin.nativeAds.AppLovinNativeAd.getImpressionTrackingUrl()
Use
trackImpression() or trackImpression(AppLovinPostbackListener postbackListener) rather than firing this Url yourself. |
| 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.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.nativeAds.AppLovinNativeAdService.hasPreloadedAdForZoneId(String)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version.
Please use
loadNextAd(AppLovinNativeAdLoadListener) to load ads. |
| 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.adview.AppLovinInterstitialAdDialog.isShowing()
Please keep track of the interstitial's showing state using callbacks from
AppLovinAdDisplayListener. This check has been deprecated and will be removed in a future SDK version. |
| 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.nativeAds.AppLovinNativeAdService.loadNativeAds(int, String, 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.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.nativeAds.AppLovinNativeAdService.preloadAdForZoneId(String)
Manually preloading ads in the background has been deprecated and will be removed in a future SDK version.
Please use
loadNextAd(AppLovinNativeAdLoadListener) to load ads. |
| 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.setAdVideoPlaybackListener(AppLovinAdVideoPlaybackListener)
AppLovinAdView will not contain ads with videos. Setting an ad video playback listener on an AppLovinAdView is deprecated and will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinSdkSettings.setAutoPreloadSizes(String)
Manually managing what ads SDK should automatically preload has been deprecated and will be removed in a future SDK version.
|
| com.applovin.sdk.AppLovinSdkSettings.setAutoPreloadTypes(String)
Manually managing what ads SDK should automatically preload has been deprecated and 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.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.AppLovinInterstitialAd.show(AppLovinSdk, Context, 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.AppLovinInterstitialAd.show(Context, 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.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.
|
| com.applovin.adview.AppLovinInterstitialAdDialog.show(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.AppLovinInterstitialAdDialog.showAndRender(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.
|
| Constructor and Description |
|---|
| com.applovin.sdk.AppLovinSdkSettings()
- Use
AppLovinSdkSettings.AppLovinSdkSettings(Context) instead. |