Skip navigation links
A B C D F G H I L M N O P R S T U V 

A

a(CoreSdk) - Method in class com.applovin.communicator.AppLovinCommunicator
 
a() - Static method in class com.applovin.sdk.AppLovinSdk
All the AppLovin SDK instances currently in memory.
adClicked(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdClickListener
This method is invoked when the ad is clicked.
adClosedFullscreen(AppLovinAd, AppLovinAdView) - Method in interface com.applovin.adview.AppLovinAdViewEventListener
This method is invoked after the fullscreen content is dismissed.
addAdUpdateListener(AppLovinAdUpdateListener, AppLovinAdSize) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
addAdUpdateListener(AppLovinAdUpdateListener) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
adDisplayed(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdDisplayListener
This method is invoked when an ad is displayed inside of the AppLovinAdView or AppLovinInterstitialAdDialog.
adFailedToDisplay(AppLovinAd, AppLovinAdView, AppLovinAdViewDisplayErrorCode) - Method in interface com.applovin.adview.AppLovinAdViewEventListener
This method is invoked if the ad view fails to display an ad.
adHidden(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdDisplayListener
This method is invoked when an ad is displayed inside of the AppLovinAdView or AppLovinInterstitialAdDialog.
adLeftApplication(AppLovinAd, AppLovinAdView) - Method in interface com.applovin.adview.AppLovinAdViewEventListener
This method is invoked before the user is taken out of the application after a click.
ADMARVEL - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
ADMOB - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
adOpenedFullscreen(AppLovinAd, AppLovinAdView) - Method in interface com.applovin.adview.AppLovinAdViewEventListener
This method is invoked after the ad view presents fullscreen content.
adReceived(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdLoadListener
This method is called when a new ad has been received.
AERSERV - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
allSizes() - Static method in class com.applovin.sdk.AppLovinAdSize
Obtain a set of all available Ad Sizes.
allTypes() - Static method in class com.applovin.sdk.AppLovinAdType
Obtain a set of all available Ad Types.
AppLovinAd - Interface in com.applovin.sdk
This interface represents an ad that has been served by the AppLovin server and should be displayed to the user.
AppLovinAdClickListener - Interface in com.applovin.sdk
This interface defines a listener intended to be notified when a user clicks on an ad.
AppLovinAdDisplayListener - Interface in com.applovin.sdk
This interface defines a listener intended to be notified when an ad is shown or hidden to the user.
AppLovinAdLoadListener - Interface in com.applovin.sdk
This interface defines a listener intended to be notified when the SDK loads, or fails to load, an ad over the network.
AppLovinAdRewardListener - Interface in com.applovin.sdk
This interface defines a listener intended to be notified when a user watches a rewarded video, and the SDK has received a response from the AppLovin server either validating or rejecting their virtual currency reward.
AppLovinAdService - Interface in com.applovin.sdk
This class is responsible for loading and displaying advertisements.
AppLovinAdSize - Class in com.applovin.sdk
This class defines a size of an ad to be displayed.
AppLovinAdType - Class in com.applovin.sdk
This class defines a categorization of the behavior of an ad.
AppLovinAdVideoPlaybackListener - Interface in com.applovin.sdk
This interface defines a listener to ad video playback state.
AppLovinAdView - Class in com.applovin.adview
This class provides a subclass of android.view.View which is used to render AppLovin advertisements.
AppLovinAdView(AppLovinAdSize, Context) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view for a given size.
AppLovinAdView(AppLovinAdSize, String, Context) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view for a given size and zone.
AppLovinAdView(AppLovinSdk, AppLovinAdSize, Context) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view for a given sdk and size.
AppLovinAdView(AppLovinSdk, AppLovinAdSize, String, Context) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view for a given sdk, size, and zone.
AppLovinAdView(Context, AttributeSet) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view.
AppLovinAdView(Context, AttributeSet, int) - Constructor for class com.applovin.adview.AppLovinAdView
Create a new AppLovin ad view.
AppLovinAdViewDisplayErrorCode - Enum in com.applovin.adview
This enum contains possible error codes that should be returned when the ad view fails to display an ad.
AppLovinAdViewEventListener - Interface in com.applovin.adview
This interface defines a listener for ad view events.
AppLovinCommunicator - Class in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinCommunicatorEntity - Interface in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinCommunicatorMessage - Class in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinCommunicatorMessage(Bundle, String, AppLovinCommunicatorPublisher) - Constructor for class com.applovin.communicator.AppLovinCommunicatorMessage
Create a message with data in a pre-determined format for a given topic.
AppLovinCommunicatorMessage(Bundle, String, AppLovinCommunicatorPublisher, boolean) - Constructor for class com.applovin.communicator.AppLovinCommunicatorMessage
Create a message with data in a pre-determined format for a given topic.
AppLovinCommunicatorMessagingService - Interface in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinCommunicatorPublisher - Interface in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinCommunicatorSubscriber - Interface in com.applovin.communicator
Created by Thomas So on July 22 2019
AppLovinErrorCodes - Class in com.applovin.sdk
This class contains a set of common integer error codes seen in the SDK.
AppLovinErrorCodes() - Constructor for class com.applovin.sdk.AppLovinErrorCodes
 
AppLovinEventParameters - Class in com.applovin.sdk
Class containing constants for use with AppLovinEventService.trackEvent(String, Map).
AppLovinEventParameters() - Constructor for class com.applovin.sdk.AppLovinEventParameters
 
AppLovinEventService - Interface in com.applovin.sdk
Service used for tracking various analytical events.
AppLovinEventTypes - Class in com.applovin.sdk
Class containing constants for use with AppLovinEventService.trackEvent(String, Map).
AppLovinEventTypes() - Constructor for class com.applovin.sdk.AppLovinEventTypes
 
AppLovinFullscreenActivity - Class in com.applovin.adview
Created by Thomas So on November 14 2019
AppLovinFullscreenActivity() - Constructor for class com.applovin.adview.AppLovinFullscreenActivity
 
AppLovinIncentivizedInterstitial - Class in com.applovin.adview
This class implements rewarded videos..
AppLovinIncentivizedInterstitial(Context) - Constructor for class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
AppLovinIncentivizedInterstitial(AppLovinSdk) - Constructor for class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
AppLovinIncentivizedInterstitial(String, AppLovinSdk) - Constructor for class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
AppLovinInterstitialAd - Class in com.applovin.adview
This class represents an interstitial ad that is rendered on top of the current activity.
AppLovinInterstitialAd() - Constructor for class com.applovin.adview.AppLovinInterstitialAd
 
AppLovinInterstitialAdDialog - Interface in com.applovin.adview
This interface defines an AppLovin interstitial dialog.
AppLovinMediationProvider - Class in com.applovin.sdk
Created by thomasso on 1/28/18.
AppLovinMediationProvider() - Constructor for class com.applovin.sdk.AppLovinMediationProvider
 
AppLovinNativeAd - Interface in com.applovin.nativeAds
Defines an in-content ad which should be rendered by you into a custom view that matches the look and feel of your application.
AppLovinNativeAdLoadListener - Interface in com.applovin.nativeAds
Defines a listener which will be notified of successful and failed native ad load events.
AppLovinNativeAdPrecacheListener - Interface in com.applovin.nativeAds
Defines a listener which will be notified when native ad resources are pre-cached.
AppLovinNativeAdService - Interface in com.applovin.nativeAds
Service which allows loading and pre-caching of native ads.
AppLovinPostbackListener - Interface in com.applovin.sdk
Defines a listener which will be notified upon completion of a postback requested via AppLovinPostbackService.
AppLovinPostbackService - Interface in com.applovin.sdk
Defines an AppLovin service which can be used to dispatch HTTP GET postbacks to arbitrary URLs.
AppLovinPrivacySettings - Class in com.applovin.sdk
This class contains privacy settings for AppLovin.
AppLovinPrivacySettings() - Constructor for class com.applovin.sdk.AppLovinPrivacySettings
 
AppLovinSdk - Class in com.applovin.sdk
This is the base class for AppLovin SDK.
AppLovinSdk.SdkInitializationListener - Interface in com.applovin.sdk
Listener interface to be used with AppLovinSdk.initializeSdk(SdkInitializationListener)
AppLovinSdkConfiguration - Interface in com.applovin.sdk
Created by Thomas So on October 02 2018
AppLovinSdkConfiguration.ConsentDialogState - Enum in com.applovin.sdk
This enum represents whether or not the consent dialog should be shown for this user.
AppLovinSdkSettings - Class in com.applovin.sdk
This class contains settings for AppLovin SDK.
AppLovinSdkSettings() - Constructor for class com.applovin.sdk.AppLovinSdkSettings
AppLovinSdkSettings(Context) - Constructor for class com.applovin.sdk.AppLovinSdkSettings
Creates an instance of AppLovin SDK's settings object with the given context to extract.
AppLovinUserService - Interface in com.applovin.sdk
Created by Thomas So on October 02 2018
AppLovinUserService.OnConsentDialogDismissListener - Interface in com.applovin.sdk
Interface used to allow the presented of the consent dialog to run some code when the dialog is dismissed.
AppLovinVariableService - Interface in com.applovin.sdk
Created by Thomas So on October 06 2018
AppLovinVariableService.OnVariablesUpdateListener - Interface in com.applovin.sdk
Deprecated.
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
APPODEAL - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 

B

BANNER - Static variable in class com.applovin.mediation.MaxAdFormat
Represents a 320x50 banner advertisement.
BANNER - Static variable in class com.applovin.sdk.AppLovinAdSize
Represents a 350x50 banner advertisement.

C

CHECKOUT_TRANSACTION_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents a unique ID for the given checkout.
com.applovin.adview - package com.applovin.adview
 
com.applovin.communicator - package com.applovin.communicator
 
com.applovin.mediation - package com.applovin.mediation
 
com.applovin.mediation.ads - package com.applovin.mediation.ads
 
com.applovin.nativeAds - package com.applovin.nativeAds
 
com.applovin.sdk - package com.applovin.sdk
 
COMPLETED_ACHIEVEMENT_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents an identifier of the achievement the user has just completed/unlocked.
COMPLETED_LEVEL_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents an identifier of the level the user has just completed.
CONTENT_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which identifies a particular piece of content viewed by the user.
create(Context) - Static method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
create(AppLovinSdk) - Static method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
create(String, AppLovinSdk) - Static method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new instance of AppLovinIncentivizedInterstitial.
create(AppLovinSdk, Context) - Static method in class com.applovin.adview.AppLovinInterstitialAd
Create a new interstitial dialog that can be shown to the user.
create(int, String) - Static method in class com.applovin.mediation.MaxReward
Creates an instance of this class with the provided amount and label.
createDefault() - Static method in class com.applovin.mediation.MaxReward
Creates an instance of this class with the default amount and label.
createIncentivizedAdController(String, AppLovinSdk) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Create a new controller that would load and render this ad.

D

DEFAULT_AMOUNT - Static variable in class com.applovin.mediation.MaxReward
This constant represents a amount that is used when no amount is given by the third-party network.
DEFAULT_LABEL - Static variable in class com.applovin.mediation.MaxReward
This constant represents a label that is used when a label is not given by the third-party network.
destroy() - Method in class com.applovin.adview.AppLovinAdView
Destroy current ad.
destroy() - Method in class com.applovin.mediation.ads.MaxAdView
Destroy current ad and fully remove it from memory.
destroy() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Destroy current ad and fully remove it from memory.
destroy() - Method in class com.applovin.mediation.ads.MaxRewardedAd
Destroy current ad and fully remove it from memory.
dismiss() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
dismiss() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Deprecated.
Explicitly dismissing an ad has been deprecated and will be removed in a future SDK version.
dismiss() - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Deprecated.
Explicitly dismissing an ad has been deprecated and will be removed in a future SDK version.
dispatchPostbackAsync(String, AppLovinPostbackListener) - Method in interface com.applovin.sdk.AppLovinPostbackService
Dispatch a postback to a given URL.

F

failedToReceiveAd(int) - Method in interface com.applovin.sdk.AppLovinAdLoadListener
This method is called when an ad could not be retrieved from the server.
FETCH_AD_TIMEOUT - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the network conditions prevented the SDK from receiving an ad.
fromString(String) - Static method in class com.applovin.sdk.AppLovinAdSize
Create a size object from a string representation
fromString(String) - Static method in class com.applovin.sdk.AppLovinAdType
 
FULLSCREEN_AD_ALREADY_SHOWING - Static variable in class com.applovin.mediation.MaxErrorCodes
Indicates that an attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing.
FUSEPOWERED - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
FYBER - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 

G

getActivity() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
 
getActivity() - Method in class com.applovin.mediation.ads.MaxRewardedAd
 
getAdId() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve a unique identifier for this ad, which can be provided to AppLovin should you see issues with this particular ad.
getAdIdNumber() - Method in interface com.applovin.sdk.AppLovinAd
Represents a unique ID for the current ad.
getAdService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin Ad service.
getAdUnitId() - Method in interface com.applovin.mediation.MaxAd
The ad unit id for which this ad was loaded.
getAdValue(String) - Method in interface com.applovin.sdk.AppLovinAd
Get an arbitrary ad value for a given key.
getAdViewController() - Method in class com.applovin.adview.AppLovinAdView
Deprecated.
- This is for internal use only and will be removed in a later SDK version.
getAmount() - Method in class com.applovin.mediation.MaxReward
Get rewarded amount.
getBannerAdRefreshSeconds() - Method in class com.applovin.sdk.AppLovinSdkSettings
Deprecated.
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.
getBidToken() - Method in interface com.applovin.sdk.AppLovinAdService
Generates a token used for advanced header bidding.
getBoolean(String) - Method in interface com.applovin.sdk.AppLovinVariableService
Returns the variable value associated with the given key, or false if no mapping of the desired type exists for the given key.
getBoolean(String, boolean) - Method in interface com.applovin.sdk.AppLovinVariableService
Returns the variable value associated with the given key, or the specified default value if no mapping of the desired type exists for the given key.
getCaptionText() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the caption of the application being advertised.
getCommunicatorId() - Method in interface com.applovin.communicator.AppLovinCommunicatorEntity
Unique identifier representing the entity (publisher or subscriber) in the AppLovin pub/sub system.
getConfiguration() - Method in class com.applovin.sdk.AppLovinSdk
Get the SDK configuration object provided upon initialization.
getConsentDialogState() - Method in interface com.applovin.sdk.AppLovinSdkConfiguration
Get the consent dialog state for this user.
getCtaText() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the call-to-action / button text of the application being advertised.
getDescriptionText() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the description of the application being advertised.
getEventService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin event service.
getFormat() - Method in interface com.applovin.mediation.MaxAd
Get format of this ad.
getHeight() - Method in class com.applovin.sdk.AppLovinAdSize
Get requested ad height
getIconUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL of an image containing the launcher icon of the application being advertised
getImageUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL of an image containing a promotional image or screenshot of the application being advertised.
getInstance(Context) - Static method in class com.applovin.communicator.AppLovinCommunicator
Returns the default communicator instance.
getInstance(String, Activity) - Static method in class com.applovin.mediation.ads.MaxRewardedAd
Get an instance of rewarded ad.
getInstance(String, AppLovinSdk, Activity) - Static method in class com.applovin.mediation.ads.MaxRewardedAd
Get an instance of rewarded ad.
getInstance(Context) - Static method in class com.applovin.sdk.AppLovinSdk
Get instance of AppLovin SDK that is configured in AndroidManifest.xml.
getInstance(AppLovinSdkSettings, Context) - Static method in class com.applovin.sdk.AppLovinSdk
Get instance of AppLovin SDK that is configured in AndroidManifest.xml.
getInstance(String, AppLovinSdkSettings, Context) - Static method in class com.applovin.sdk.AppLovinSdk
Get an instance of AppLovin SDK.
getLabel() - Method in class com.applovin.mediation.MaxAdFormat
 
getLabel() - Method in class com.applovin.mediation.MaxReward
Get rewarded label.
getLabel() - Method in class com.applovin.sdk.AppLovinAdSize
Get a name of the ad size
getLabel() - Method in class com.applovin.sdk.AppLovinAdType
Generate a String which contains the name of this ad type.
getLogger() - Method in class com.applovin.sdk.AppLovinSdk
Deprecated.
This method is for internal use only and will be removed in a future SDK version.
getMediationProvider() - Method in class com.applovin.sdk.AppLovinSdk
Get the mediation provider that was last set using AppLovinSdk.setMediationProvider(String), or null if none was set.
getMessageData() - Method in class com.applovin.communicator.AppLovinCommunicatorMessage
Get the raw data of the message.
getMessagingService() - Method in class com.applovin.communicator.AppLovinCommunicator
The messaging service for the communicator SDK responsible for relaying messages within the system.
getNativeAdService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin native ad service.
getNetworkName() - Method in interface com.applovin.mediation.MaxAd
The ad network for which this ad was loaded from.
getPlacement() - Method in class com.applovin.mediation.ads.MaxAdView
Get the placement to which the ad events are tied to.
getPostbackService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin postback service.
getPublisherId() - Method in class com.applovin.communicator.AppLovinCommunicatorMessage
Get the id of the publisher of the message.
getSdkKey() - Method in class com.applovin.sdk.AppLovinSdk
Get client SDK key.
getSettings() - Method in class com.applovin.sdk.AppLovinSdk
Get SDK settings provided on initialization
getSize() - Method in class com.applovin.adview.AppLovinAdView
Get current ad view size.
getSize() - Method in class com.applovin.mediation.MaxAdFormat
 
getSize() - Method in interface com.applovin.sdk.AppLovinAd
Get size of the ad to display.
getStarRating() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL of an image containing the current Google Play star rating of the application being advertised.
getString(String) - Method in interface com.applovin.sdk.AppLovinVariableService
Returns the variable value associated with the given key, or null if no mapping of the desired type exists for the given key.
getString(String, String) - Method in interface com.applovin.sdk.AppLovinVariableService
Returns the variable value associated with the given key, or the specified default value if no mapping of the desired type exists for the given key.
getSuperProperties() - Method in interface com.applovin.sdk.AppLovinEventService
Returns a map representing the currently set super properties that are passed up on events.
getTestDeviceAdvertisingIds() - Method in class com.applovin.sdk.AppLovinSdkSettings
Get the list of advertising identifiers that will receive test ads.
getTitle() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the title of the application being advertised.
getTopic() - Method in class com.applovin.communicator.AppLovinCommunicatorMessage
Get the topic of the message.
getType() - Method in interface com.applovin.sdk.AppLovinAd
Get the ad type of the current ad.
getUserIdentifier() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Deprecated.
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.
getUserIdentifier() - Method in class com.applovin.sdk.AppLovinSdk
An identifier for the current user.
getUserService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin user service object for performing user-related tasks.
getVariableService() - Method in class com.applovin.sdk.AppLovinSdk
Get an instance of the AppLovin variable service.
getVideoEndTrackingUrl(int, boolean) - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL which should be fired upon video completion.
getVideoStartTrackingUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL which should be fired upon video start.
getVideoUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Retrieve the URL of a promotional video, if this ad contains a video.
getWidth() - Method in class com.applovin.sdk.AppLovinAdSize
Get requested ad width
getZoneId() - Method in class com.applovin.adview.AppLovinAdView
The zone identifier this AppLovinAdView was initialized with and is loading ads for, if any.
getZoneId() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
The zone identifier this incentivized ad was initialized with and is loading ads for, if any.
getZoneId() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Deprecated.
- Native ads do not have support for zones. This API will be removed in a future SDK release.
getZoneId() - Method in interface com.applovin.sdk.AppLovinAd
The zone identifier for the ad, if any.

H

hasCriticalErrors() - Method in class com.applovin.sdk.AppLovinSdk
Check if SDK has a critical error prior to initialization.
hasPreloadedAd(AppLovinAdSize) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
hasPreloadedAdForZoneId(String) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
hasUserConsent(Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Check if user has provided consent for information sharing.
HEYZAP - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
HYPERMX - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 

I

IN_APP_DATA_SIGNATURE - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which identifiers Google Play In-app Billing purchase data.
IN_APP_PURCHASE_DATA - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which identifiers Google Play In-app Billing purchase data.
IN_APP_PURCHASE_TRANSACTION_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which identifies a Google Play In-app Billing transaction ID.
INCENTIVIZED - Static variable in class com.applovin.sdk.AppLovinAdType
Represents a rewarded video which will provide the user virtual currency upon completion.
INCENTIVIZED_NO_AD_PRELOADED - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the developer called for a rewarded video before one was available.
INCENTIVIZED_SERVER_TIMEOUT - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that a reward validation requested timed out (usually due to poor connectivity).
INCENTIVIZED_UNKNOWN_SERVER_ERROR - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that an unknown server-side error occurred.
INCENTIVIZED_USER_CLOSED_VIDEO - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the user exited out of the ad early.
initializeSdk() - Method in class com.applovin.sdk.AppLovinSdk
Initialize the SDK
initializeSdk(AppLovinSdk.SdkInitializationListener) - Method in class com.applovin.sdk.AppLovinSdk
Initialize the SDK with a given listener.
initializeSdk(Context) - Static method in class com.applovin.sdk.AppLovinSdk
Initialize the default version of the SDK.
initializeSdk(Context, AppLovinSdk.SdkInitializationListener) - Static method in class com.applovin.sdk.AppLovinSdk
Initialize the default version of the SDK.
INTERSTITIAL - Static variable in class com.applovin.mediation.MaxAdFormat
Represents a full-screen advertisement.
INTERSTITIAL - Static variable in class com.applovin.sdk.AppLovinAdSize
Represents a full-screen advertisement.
INVALID_AD_TOKEN - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the provided ad token is invalid; ad token must be returned from AppLovin S2S integration.
INVALID_INTERNAL_STATE - Static variable in class com.applovin.mediation.MaxErrorCodes
Internal state of the SDK is invalid.
INVALID_RESPONSE - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that a AppLovin servers have returned an invalid response
INVALID_URL - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that a postback URL you attempted to dispatch was empty or nil.
INVALID_ZONE - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the zone provided is invalid; the zone needs to be added to your AppLovin account or may still be propagating to our servers.
IRONSOURCE - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
isAdReadyToDisplay() - Method in class com.applovin.adview.AppLovinAdView
Deprecated.
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.
isAdReadyToDisplay() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Check if an ad is currently ready on this object.
isAdReadyToDisplay(Context) - Static method in class com.applovin.adview.AppLovinInterstitialAd
Deprecated.
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.
isAdReadyToDisplay() - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Check if an ad is currently preloaded and ready to be displayed.
isAgeRestrictedUser(Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Check if user is age restricted.
isDoNotSell(Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Check if the user has opted out of the sale of their personal information.
isEnabled() - Method in class com.applovin.sdk.AppLovinSdk
Check if SDK is enabled.
isImagePrecached() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Check whether or not all image assets for this ad have been precached.
isMuted() - Method in class com.applovin.sdk.AppLovinSdkSettings
Whether video ads begin in a muted state or not.
isReady() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Check if this ad is ready to be shown.
isReady() - Method in class com.applovin.mediation.ads.MaxRewardedAd
Check if this ad is ready to be shown.
isVerboseLoggingEnabled() - Method in class com.applovin.sdk.AppLovinSdkSettings
Check if verbose logging is enabled for the AppLovin SDK.
isVideoAd() - Method in interface com.applovin.sdk.AppLovinAd
Check whether this is a video ad.
isVideoPrecached() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Check whether or not this ad's video have been precached.

L

launchClickTarget(Context) - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Handle a click on this native ad by launching the ad's destination.
LEADER - Static variable in class com.applovin.mediation.MaxAdFormat
Represents a 728x90 leaderboard advertisement (for tablets).
LEADER - Static variable in class com.applovin.sdk.AppLovinAdSize
Represents a 728x90 leaderboard advertisement indented for tablets.
loadAd() - Method in class com.applovin.mediation.ads.MaxAdView
Load the next banner ad.
loadAd() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Load ad for the current interstitial.
loadAd() - Method in class com.applovin.mediation.ads.MaxRewardedAd
Load ad for the current rewarded ad.
loadNativeAds(int, AppLovinNativeAdLoadListener) - Method in interface com.applovin.nativeAds.AppLovinNativeAdService
Deprecated.
Loading multiple native ads has been deprecated and will be removed in a future SDK version. Please use loadNextAd(com.applovin.nativeAds.AppLovinNativeAdLoadListener) instead.
loadNextAd() - Method in class com.applovin.adview.AppLovinAdView
Loads AND displays an ad into the view.
loadNextAd(AppLovinNativeAdLoadListener) - Method in interface com.applovin.nativeAds.AppLovinNativeAdService
Load a native ad asynchronously.
loadNextAd(AppLovinAdSize, AppLovinAdLoadListener) - Method in interface com.applovin.sdk.AppLovinAdService
Fetch a new ad, of a given size, notifying a supplied listener on completion.
loadNextAdForAdToken(String, AppLovinAdLoadListener) - Method in interface com.applovin.sdk.AppLovinAdService
Fetch a new ad for the given ad token.
loadNextAdForZoneId(String, AppLovinAdLoadListener) - Method in interface com.applovin.sdk.AppLovinAdService
Fetch a new ad, for a given zone, notifying a supplied listener on completion.
loadNextAdForZoneIds(List<String>, AppLovinAdLoadListener) - Method in interface com.applovin.sdk.AppLovinAdService
Fetch a new ad for any of the provided zone ids.
loadVariables() - Method in interface com.applovin.sdk.AppLovinVariableService
Deprecated.
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.

M

MAX - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
MaxAd - Interface in com.applovin.mediation
This interface represents an ad that has been served by AppLovin's mediation server and should be displayed to the user.
MaxAdFormat - Class in com.applovin.mediation
This class defines a format of an ad.
MaxAdListener - Interface in com.applovin.mediation
This interface defines a listener intended to be notified about ad events.
MaxAdView - Class in com.applovin.mediation.ads
This class represents a view-based ad - i.e.
MaxAdView(String, Activity) - Constructor for class com.applovin.mediation.ads.MaxAdView
Create a new MAX ad view.
MaxAdView(String, AppLovinSdk, Activity) - Constructor for class com.applovin.mediation.ads.MaxAdView
Create a new MAX ad view.
MaxAdView(String, MaxAdFormat, Activity) - Constructor for class com.applovin.mediation.ads.MaxAdView
Create a new MAX ad view.
MaxAdView(String, MaxAdFormat, AppLovinSdk, Activity) - Constructor for class com.applovin.mediation.ads.MaxAdView
Create a new MAX ad view.
MaxAdView(Context, AttributeSet) - Constructor for class com.applovin.mediation.ads.MaxAdView
Please note: This constructor should not be invoked manually, it is meant to be called when the view is created from the XML.
MaxAdView(Context, AttributeSet, int) - Constructor for class com.applovin.mediation.ads.MaxAdView
Please note: This constructor should not be invoked manually, it is meant to be called when the view is created from the XML.
MaxAdViewAdListener - Interface in com.applovin.mediation
This interface defines a listener that is notified about ad view events
MaxDebuggerDetailActivity - Class in com.applovin.mediation
 
MaxDebuggerDetailActivity() - Constructor for class com.applovin.mediation.MaxDebuggerDetailActivity
 
MaxErrorCodes - Class in com.applovin.mediation
 
MaxErrorCodes() - Constructor for class com.applovin.mediation.MaxErrorCodes
 
MaxInterstitialAd - Class in com.applovin.mediation.ads
This class represents a full screen interstitial ad.
MaxInterstitialAd(String, Activity) - Constructor for class com.applovin.mediation.ads.MaxInterstitialAd
Create a new Max interstitial.
MaxInterstitialAd(String, AppLovinSdk, Activity) - Constructor for class com.applovin.mediation.ads.MaxInterstitialAd
Create a new Max interstitial.
MaxReward - Class in com.applovin.mediation
This object represents a reward given to the user.
MaxRewardedAd - Class in com.applovin.mediation.ads
This class represents a full screen rewarded ad.
MaxRewardedAdListener - Interface in com.applovin.mediation
This interface defines a listener intended to be notified when a user watches a rewarded video and whether a reward was granted or rejected.
MEDIATION_ADAPTER_LOAD_FAILED - Static variable in class com.applovin.mediation.MaxErrorCodes
Indicates that the mediation adapter has failed to load.
MOPUB - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
MREC - Static variable in class com.applovin.mediation.MaxAdFormat
Represents a 300x250 rectangular advertisement.
MREC - Static variable in class com.applovin.sdk.AppLovinAdSize
Represents a 300x250 rectangular advertisement.

N

NAMESPACE - Static variable in class com.applovin.adview.AppLovinAdView
This is a namespace that should be used for custom properties of AppLovinAdView.
NATIVE - Static variable in class com.applovin.mediation.MaxAdFormat
Represents a native advertisement.
NATIVE - Static variable in class com.applovin.sdk.AppLovinAdSize
Represents a native advertisement
NATIVE - Static variable in class com.applovin.sdk.AppLovinAdType
Represents a native ad.
NATIVE_AD_IMPRESSION_ALREADY_TRACKED - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the impression has already been tracked.
NO_ACTIVITY - Static variable in class com.applovin.mediation.MaxErrorCodes
Called when the AppLovin MAX SDK attempts to reload an ad internally after an internally set expiration date, but the provided Activity reference has been garbage collected.
NO_FILL - Static variable in class com.applovin.mediation.MaxErrorCodes
Indicates that no ads are currently eligible for your device.
NO_FILL - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that no ads are currently eligible for your device.
NO_NETWORK - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the device had no network connectivity at the time of an ad request, either due to airplane mode or no service.

O

onAdClicked(MaxAd) - Method in interface com.applovin.mediation.MaxAdListener
This method is invoked when the ad is clicked.
onAdCollapsed(MaxAd) - Method in interface com.applovin.mediation.MaxAdViewAdListener
This method will be invoked when the MaxAdView has collapsed back to its original size.
onAdDisplayed(MaxAd) - Method in interface com.applovin.mediation.MaxAdListener
This method is invoked when an ad is displayed.
onAdDisplayFailed(MaxAd, int) - Method in interface com.applovin.mediation.MaxAdListener
This method is invoked when the ad failed to displayed.
onAdExpanded(MaxAd) - Method in interface com.applovin.mediation.MaxAdViewAdListener
This method will be invoked when the MaxAdView has expanded full screen.
onAdHidden(MaxAd) - Method in interface com.applovin.mediation.MaxAdListener
This method is invoked when an ad is hidden.
onAdLoaded(MaxAd) - Method in interface com.applovin.mediation.MaxAdListener
This method is called when a new ad has been loaded.
onAdLoadFailed(String, int) - Method in interface com.applovin.mediation.MaxAdListener
This method is called when an ad could not be retrieved.
onAttachedToWindow() - Method in class com.applovin.adview.AppLovinAdView
This should only be called by the Android system and not the developer.
onBackPressed() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onConfigurationChanged(Configuration) - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onCreate(Bundle) - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onDestroy() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onDetachedFromWindow() - Method in class com.applovin.adview.AppLovinAdView
This should only be called by the Android system and not the developer.
onDismiss() - Method in interface com.applovin.sdk.AppLovinUserService.OnConsentDialogDismissListener
This method will be invoked when the consent dialog is dismissed.
onKeyDown(int, KeyEvent) - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onLowMemory() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onMessageReceived(AppLovinCommunicatorMessage) - Method in interface com.applovin.communicator.AppLovinCommunicatorSubscriber
Called when a message of a topic the subscriber is interested in has been received.
onNativeAdImagePrecachingFailed(AppLovinNativeAd, int) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
Invoked if pre-caching image resources fails.
onNativeAdImagesPrecached(AppLovinNativeAd) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
Invoked when image resources have been successfully pre-cached in a native ad.
onNativeAdsFailedToLoad(int) - Method in interface com.applovin.nativeAds.AppLovinNativeAdLoadListener
Invoked when a native ad has failed to load.
onNativeAdsLoaded(List<AppLovinNativeAd>) - Method in interface com.applovin.nativeAds.AppLovinNativeAdLoadListener
Invoked when a new group of native ads has been loaded.
onNativeAdVideoPrecachingFailed(AppLovinNativeAd, int) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
Invoked if pre-caching video resources fails.
onNativeAdVideoPreceached(AppLovinNativeAd) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
Invoked when image resources have been successfully pre-cached in a native ad.
onPause() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onPostbackFailure(String, int) - Method in interface com.applovin.sdk.AppLovinPostbackListener
Indicates that a postback dispatched to a given URL has failed.
onPostbackSuccess(String) - Method in interface com.applovin.sdk.AppLovinPostbackListener
Indicates that a postback dispatched to a given URL completed successfully.
onResume() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onRewardedVideoCompleted(MaxAd) - Method in interface com.applovin.mediation.MaxRewardedAdListener
This method will be invoked when rewarded video has completed.
onRewardedVideoStarted(MaxAd) - Method in interface com.applovin.mediation.MaxRewardedAdListener
This method will be invoked when rewarded video has started.
onSdkInitialized(AppLovinSdkConfiguration) - Method in interface com.applovin.sdk.AppLovinSdk.SdkInitializationListener
 
onStop() - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onUserRewarded(MaxAd, MaxReward) - Method in interface com.applovin.mediation.MaxRewardedAdListener
This method will be invoked when a user should be granted a reward.
onVariablesUpdate(Bundle) - Method in interface com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener
Deprecated.
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
onWindowFocusChanged(boolean) - Method in class com.applovin.adview.AppLovinFullscreenActivity
 
onWindowVisibilityChanged(int) - Method in class com.applovin.mediation.ads.MaxAdView
 

P

parentInterstitialWrapper - Static variable in class com.applovin.adview.AppLovinFullscreenActivity
 
pause() - Method in class com.applovin.adview.AppLovinAdView
Pause all animations and clear current ad
precacheResources(AppLovinNativeAd, AppLovinNativeAdPrecacheListener) - Method in interface com.applovin.nativeAds.AppLovinNativeAdService
Pre-cache image and video resources of a native ad.
preload(AppLovinAdLoadListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Pre-load an incentivized interstitial.
preloadAd(AppLovinAdSize) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
preloadAdForZoneId(String) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
PRODUCT_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which identifies a particular product.
publish(AppLovinCommunicatorMessage) - Method in interface com.applovin.communicator.AppLovinCommunicatorMessagingService
Publish the given message to the pub/sub system.

R

REGULAR - Static variable in class com.applovin.sdk.AppLovinAdType
Represents a standard advertisement that does not provide a reward to the user.
removeAdUpdateListener(AppLovinAdUpdateListener, AppLovinAdSize) - Method in interface com.applovin.sdk.AppLovinAdService
Deprecated.
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.
renderAd(AppLovinAd) - Method in class com.applovin.adview.AppLovinAdView
Render specified ad.
renderAd(AppLovinAd, String) - Method in class com.applovin.adview.AppLovinAdView
Deprecated.
Placements have been deprecated and will be removed in a future SDK version. Please configure zones from the UI and use them instead.
RESERVATION_END_TIMESTAMP - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the end date of a reservation.
RESERVATION_START_TIMESTAMP - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the start date of a reservation.
resume() - Method in class com.applovin.adview.AppLovinAdView
Resume all animations and the current ad
REVENUE_AMOUNT - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the amount of revenue generated by a purchase event.
REVENUE_CURRENCY - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the currency of the revenue event.
REWARDED - Static variable in class com.applovin.mediation.MaxAdFormat
Similar to MaxAdFormat.INTERSTITIAL, except that users are given a reward at the end of the advertisement.

S

SDK_DISABLED - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the SDK is currently disabled.
SEARCH_QUERY - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents a search query executed by the user.
setAdClickListener(AppLovinAdClickListener) - Method in class com.applovin.adview.AppLovinAdView
Set a callback that would be notified of ad click events.
setAdClickListener(AppLovinAdClickListener) - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Set a callback that will be notified of ad click events, which are generated whenever the user clicks on the ad.
setAdDisplayListener(AppLovinAdDisplayListener) - Method in class com.applovin.adview.AppLovinAdView
Set a callback that would be notified of ad display events.
setAdDisplayListener(AppLovinAdDisplayListener) - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Set a callback that will be notified of ad display events.
setAdLoadListener(AppLovinAdLoadListener) - Method in class com.applovin.adview.AppLovinAdView
Set a callback that would be notified of ad loading events.
setAdLoadListener(AppLovinAdLoadListener) - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Set a callback that will be notified of ad loading events.
setAdVideoPlaybackListener(AppLovinAdVideoPlaybackListener) - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Set a callback that may be notified of video playback events, if and only if the ad contains a video.
setAdViewEventListener(AppLovinAdViewEventListener) - Method in class com.applovin.adview.AppLovinAdView
Set a callback that would be notified of events specific to this ad view.
setAlpha(float) - Method in class com.applovin.mediation.ads.MaxAdView
 
setAutoDestroy(boolean) - Method in class com.applovin.adview.AppLovinAdView
Deprecated.
isAutoDestroy is now by default false. This method will be removed in a future SDK version.
setBackgroundColor(int) - Method in class com.applovin.mediation.ads.MaxAdView
 
setBannerAdRefreshSeconds(long) - Method in class com.applovin.sdk.AppLovinSdkSettings
Deprecated.
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.
setDoNotSell(boolean, Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Set whether or not user has opted out of the sale of their personal information.
setExtraParameter(String, String) - Method in class com.applovin.mediation.ads.MaxAdView
Set an extra parameter to pass to AppLovin server.
setExtraParameter(String, String) - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Set an extra parameter to pass to the server.
setExtraParameter(String, String) - Method in class com.applovin.mediation.ads.MaxRewardedAd
Set an extra parameter to pass to AppLovin server.
setHasUserConsent(boolean, Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Set whether or not user has provided consent for information sharing.
setIsAgeRestrictedUser(boolean, Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
Mark user as age restricted (i.e.
setListener(MaxAdViewAdListener) - Method in class com.applovin.mediation.ads.MaxAdView
Set a listener that will be notified about ad events.
setListener(MaxAdListener) - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Set a listener that will be notified about ad events.
setListener(MaxRewardedAdListener) - Method in class com.applovin.mediation.ads.MaxRewardedAd
Set a listener that will be notified about ad display events (i.e.
setMediationProvider(String) - Method in class com.applovin.sdk.AppLovinSdk
Set mediation provider using one of the provided strings above specified by AppLovinMediationProvider, or your own if not defined.
setMuted(boolean) - Method in class com.applovin.sdk.AppLovinSdkSettings
Set whether to begin video ads in a muted state or not.
setOnVariablesUpdateListener(AppLovinVariableService.OnVariablesUpdateListener) - Method in interface com.applovin.sdk.AppLovinVariableService
Deprecated.
This API has been deprecated. Please use our SDK's initialization callback to retrieve variables instead.
setPlacement(String) - Method in class com.applovin.mediation.ads.MaxAdView
Set the placement to tie the future ad events to.
setPluginVersion(String) - Method in class com.applovin.sdk.AppLovinSdk
Set Plugin version.
setSuperProperty(Object, String) - Method in interface com.applovin.sdk.AppLovinEventService
Set a super property to be recorded with all future events.
setTestDeviceAdvertisingIds(List<String>) - Method in class com.applovin.sdk.AppLovinSdkSettings
Enable devices to receive test ads, by passing in the advertising identifier (GAID) of each test device.
setUserIdentifier(String) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Deprecated.
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.
setUserIdentifier(String) - Method in class com.applovin.sdk.AppLovinSdk
Set an identifier for the current user.
setVerboseLogging(boolean) - Method in class com.applovin.sdk.AppLovinSdkSettings
Toggle verbose logging of AppLovin SDK.
show(Context) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(Context, AppLovinAdRewardListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(Context, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(Context, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener, AppLovinAdDisplayListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(Context, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener, AppLovinAdDisplayListener, AppLovinAdClickListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(AppLovinAd, Context, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener, AppLovinAdDisplayListener, AppLovinAdClickListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Show a pre-loaded incentivized interstitial.
show(Context, String, AppLovinAdRewardListener, AppLovinAdVideoPlaybackListener, AppLovinAdDisplayListener, AppLovinAdClickListener) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
Deprecated.
Placements have been deprecated and will be removed in a future SDK version. Please configure zones from the UI and use them instead.
show(Context) - Static method in class com.applovin.adview.AppLovinInterstitialAd
Show a new interstitial ad.
show() - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Show the interstitial dialog and load the next ad
showAd() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Show the loaded interstitial.
showAd(String) - Method in class com.applovin.mediation.ads.MaxInterstitialAd
Show the loaded interstitial ad for a given placement to tie ad events to.
showAd() - Method in class com.applovin.mediation.ads.MaxRewardedAd
Show the loaded rewarded ad.
showAd(String) - Method in class com.applovin.mediation.ads.MaxRewardedAd
Show the loaded rewarded ad for a given placement to tie ad events to.
showAndRender(AppLovinAd) - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
Show the interstitial dialog an render specified pre-loaded ad.
showConsentDialog(Activity, AppLovinUserService.OnConsentDialogDismissListener) - Method in interface com.applovin.sdk.AppLovinUserService
Show the user consent dialog to the user using one from AppLovin's SDK.
showMediationDebugger() - Method in class com.applovin.sdk.AppLovinSdk
Present the mediation debugger UI.
SPAN - Static variable in class com.applovin.sdk.AppLovinAdSize
 
startAutoRefresh() - Method in class com.applovin.mediation.ads.MaxAdView
Starts or resumes auto-refreshing of the banner.
stopAutoRefresh() - Method in class com.applovin.mediation.ads.MaxAdView
Pauses auto-refreshing of the banner.
subscribe(AppLovinCommunicatorSubscriber, String) - Method in class com.applovin.communicator.AppLovinCommunicator
Add the provided AppLovinCommunicatorSubscriber to the set of subscribers for a given topic.
subscribe(AppLovinCommunicatorSubscriber, List<String>) - Method in class com.applovin.communicator.AppLovinCommunicator
Add the provided AppLovinCommunicatorSubscriber to the set of subscribers for the given topics.

T

TAPDAQ - Static variable in class com.applovin.sdk.AppLovinMediationProvider
 
toString() - Method in class com.applovin.adview.AppLovinAdView
 
toString() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
 
toString() - Method in class com.applovin.adview.AppLovinInterstitialAd
 
toString() - Method in class com.applovin.communicator.AppLovinCommunicator
 
toString() - Method in class com.applovin.mediation.ads.MaxAdView
 
toString() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
 
toString() - Method in class com.applovin.mediation.ads.MaxRewardedAd
 
toString() - Method in class com.applovin.mediation.MaxAdFormat
 
toString() - Method in class com.applovin.mediation.MaxReward
 
toString() - Method in class com.applovin.sdk.AppLovinAdSize
Simply calls getLabel().
toString() - Method in class com.applovin.sdk.AppLovinAdType
Simply calls getLabel().
toString() - Method in class com.applovin.sdk.AppLovinSdk
 
toString() - Method in class com.applovin.sdk.AppLovinSdkSettings
 
trackCheckout(String, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinEventService
Track a checkout / standard purchase.
trackEvent(String) - Method in interface com.applovin.sdk.AppLovinEventService
Track an event without additional data.
trackEvent(String, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinEventService
Track an event with additional data.
trackImpression() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Fires the impression asynchronously.
trackImpression(AppLovinPostbackListener) - Method in interface com.applovin.nativeAds.AppLovinNativeAd
Fires the impression asynchronously and notifies the provided delegate.
trackInAppPurchase(Intent, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinEventService
Track an in app purchase.

U

UNABLE_TO_PRECACHE_IMAGE_RESOURCES - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that an attempt to cache an image resource to the filesystem failed; the device may be out of space.
UNABLE_TO_PRECACHE_RESOURCES - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that an attempt to cache a resource to the filesystem failed; the device may be out of space.
UNABLE_TO_PRECACHE_VIDEO_RESOURCES - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that an attempt to cache a video resource to the filesystem failed; the device may be out of space.
UNABLE_TO_PREPARE_NATIVE_AD - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that there was an error while attempting to render a native ad.
UNABLE_TO_RENDER_AD - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that there has been a failure to render an ad on screen.
UNSPECIFIED_ERROR - Static variable in class com.applovin.mediation.MaxErrorCodes
Indicates that the system is in unexpected state.
UNSPECIFIED_ERROR - Static variable in class com.applovin.sdk.AppLovinErrorCodes
Indicates that the system is in unexpected state.
unsubscribe(AppLovinCommunicatorSubscriber, String) - Method in class com.applovin.communicator.AppLovinCommunicator
Remove the provided AppLovinCommunicatorSubscriber from the set of subscribers for a given topic.
unsubscribe(AppLovinCommunicatorSubscriber, List<String>) - Method in class com.applovin.communicator.AppLovinCommunicator
Remove the provided AppLovinCommunicatorSubscriber from the set of subscribers for the given topics.
updateActivity(Activity) - Static method in class com.applovin.mediation.ads.MaxRewardedAd
Update currently active activity.
USER_ACCOUNT_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the username or account ID of the user.
USER_ADDED_ITEM_TO_CART - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user added a product/item to their shopping cart.
USER_ADDED_ITEM_TO_WISHLIST - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user added a product/item to their wishlist.
USER_BEGAN_CHECKOUT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user began a check-out / purchase process.
USER_COMPLETED_ACHIEVEMENT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user completed (or "unlocked") a particular achievement.
USER_COMPLETED_CHECKOUT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user completed a check-out / purchase.
USER_COMPLETED_IN_APP_PURCHASE - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user completed an iTunes in-app purchase using StoreKit.
USER_COMPLETED_LEVEL - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user completed a given level or game sequence.
USER_COMPLETED_TUTORIAL - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user completed a tutorial or introduction sequence.
USER_CREATED_ACCOUNT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the finished a registration flow and created a new account.
USER_CREATED_RESERVATION - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user has created a reservation or other date-specific event.
USER_EXECUTED_SEARCH - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user executed a search query.
USER_LOGGED_IN - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user logged in to an existing account.
USER_PROVIDED_PAYMENT_INFORMATION - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user provided payment information, such as a credit card number.
USER_SENT_INVITATION - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user sent an invitation to use your app to a friend.
USER_SHARED_LINK - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user shared a link or deep-link to some content within your app.
USER_SPENT_VIRTUAL_CURRENCY - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user spent virtual currency on an in-game purchase.
USER_VIEWED_CONTENT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user viewed a specific piece of content.
USER_VIEWED_PRODUCT - Static variable in class com.applovin.sdk.AppLovinEventTypes
Event signifying that the user viewed a specific piece of content.
userDeclinedToViewAd(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdRewardListener
This method will be invoked if the user selected "no" when asked if they want to view an ad.
userOverQuota(AppLovinAd, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinAdRewardListener
This method will be invoked if the user has already received the maximum allocated rewards for the day.
userRewardRejected(AppLovinAd, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinAdRewardListener
This method will be invoked if the user's reward was detected as fraudulent and not awarded.
userRewardVerified(AppLovinAd, Map<String, String>) - Method in interface com.applovin.sdk.AppLovinAdRewardListener
If you are using reward validation for incentivized videos, this method will be invoked if we contacted AppLovin successfully.

V

validationRequestFailed(AppLovinAd, int) - Method in interface com.applovin.sdk.AppLovinAdRewardListener
This method will be invoked if we were unable to contact AppLovin, therefore no ping will be heading to your server.
valueOf(String) - Static method in enum com.applovin.adview.AppLovinAdViewDisplayErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applovin.sdk.AppLovinSdkConfiguration.ConsentDialogState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.applovin.adview.AppLovinAdViewDisplayErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applovin.sdk.AppLovinSdkConfiguration.ConsentDialogState
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.applovin.sdk.AppLovinSdk
Current SDK version.
VERSION_CODE - Static variable in class com.applovin.sdk.AppLovinSdk
 
videoPlaybackBegan(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdVideoPlaybackListener
Triggered when a video begins playing in a video advertisement.
videoPlaybackEnded(AppLovinAd, double, boolean) - Method in interface com.applovin.sdk.AppLovinAdVideoPlaybackListener
Triggered when a video stops playing in a video advertisement.
VIRTUAL_CURRENCY_AMOUNT - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the amount of virtual currency that a user spent on an in-game purchase.
VIRTUAL_CURRENCY_NAME - Static variable in class com.applovin.sdk.AppLovinEventParameters
Parameter map key for AppLovinEventService.trackEvent(String, Map) which represents the name of the virtual currency that a user spent on an in-game purchase.
A B C D F G H I L M N O P R S T U V 
Skip navigation links