- a(CoreSdk) - Method in class com.applovin.communicator.AppLovinCommunicator
-
- a(boolean, String, AppLovinSdkSettings, Context) - Static method in class com.applovin.sdk.AppLovinSdk
-
Use this to get a shared instance of the AppLovin SDK from a separate process.
- 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.
- adDisplayed(AppLovinAd) - Method in interface com.applovin.sdk.AppLovinAdDisplayListener
-
- 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
-
- 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
-
- 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
-
- 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
-
- AppLovinNativeAdLoadListener - Interface in com.applovin.nativeAds
-
- AppLovinNativeAdPrecacheListener - Interface in com.applovin.nativeAds
-
- AppLovinNativeAdService - Interface in com.applovin.nativeAds
-
- AppLovinPostbackListener - Interface in com.applovin.sdk
-
- 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
-
- 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.
- AppLovinUserSegment - Interface in com.applovin.sdk
-
Created by Thomas So on October 31 2020
- 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
-
- APPODEAL - Static variable in class com.applovin.sdk.AppLovinMediationProvider
-
- AUTO_INCENTIVIZED - Static variable in class com.applovin.sdk.AppLovinAdType
-
Represents a rewarded interstitial ad which the user can skip and be granted a reward upon successful completion of the ad.
- getActivity() - Method in class com.applovin.mediation.ads.MaxInterstitialAd
-
- getActivity() - Method in class com.applovin.mediation.ads.MaxRewardedAd
-
- getActivity() - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
- getAd() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getAdaptiveSize(Activity) - Method in class com.applovin.mediation.MaxAdFormat
-
Get the adaptive banner size for the screen width at the current orientation.
- getAdaptiveSize(int, Activity) - Method in class com.applovin.mediation.MaxAdFormat
-
Get the adaptive banner AppLovinSdkUtils#Size for the provided width at the current orientation.
- getAdId() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
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
-
- getAmount() - Method in class com.applovin.mediation.MaxReward
-
Get rewarded amount.
- getBannerAdRefreshSeconds() - Method in class com.applovin.sdk.AppLovinSdkSettings
-
- getBidToken() - Method in interface com.applovin.sdk.AppLovinAdService
-
Generates a token used for advanced header bidding.
- getBody() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getBodyTextView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- 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.
- getCallToAction() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getCallToActionButton() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getCaptionText() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
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
-
Deprecated.
Retrieve the call-to-action / button text of the application being advertised.
- getDescriptionText() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
Retrieve the description of the application being advertised.
- getDrawable() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.MaxNativeAdImage
-
- 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.
- getFormat() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getHeight() - Method in class com.applovin.sdk.AppLovinAdSize
-
Get requested ad height
- getIcon() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getIconContentView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getIconImageView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getIconUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
Retrieve the URL of an image containing the launcher icon of the application being advertised
- getIconView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getImageUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
Retrieve the URL of an image containing a promotional image or screenshot of the application being advertised.
- getInitializationAdUnitIds() - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Get the list of MAX ad unit ids that will be used for this instance of the SDK.
- 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
-
- getMediaContentView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getMediationProvider() - Method in class com.applovin.sdk.AppLovinSdk
-
- getMediaView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- 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.
- getName() - Method in interface com.applovin.sdk.AppLovinUserSegment
-
- 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.
- getOptionsContentView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- getOptionsView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd
-
- 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
-
Deprecated.
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 class com.applovin.mediation.nativeAds.MaxNativeAd
-
- getTitle() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
Retrieve the title of the application being advertised.
- getTitleTextView() - Method in class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- 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.
- getUri() - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.MaxNativeAdImage
-
- getUserIdentifier() - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
-
- getUserIdentifier() - Method in class com.applovin.sdk.AppLovinSdk
-
An identifier for the current user.
- getUserSegment() - Method in class com.applovin.sdk.AppLovinSdk
-
User segments allow us to serve ads using custom-defined rules based on which segment the user is in.
- 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
-
Deprecated.
Retrieve the URL which should be fired upon video completion.
- getVideoStartTrackingUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
Retrieve the URL which should be fired upon video start.
- getVideoUrl() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
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
-
- getZoneId() - Method in interface com.applovin.sdk.AppLovinAd
-
The zone identifier for the ad, if any.
- IN_APP_DATA_SIGNATURE - Static variable in class com.applovin.sdk.AppLovinEventParameters
-
- IN_APP_PURCHASE_DATA - Static variable in class com.applovin.sdk.AppLovinEventParameters
-
- IN_APP_PURCHASE_TRANSACTION_IDENTIFIER - Static variable in class com.applovin.sdk.AppLovinEventParameters
-
- INCENTIVIZED - Static variable in class com.applovin.sdk.AppLovinAdType
-
Represents a rewarded ad 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
-
- isAdInfoButtonEnabled() - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Whether the ad info button will be displayed on fullscreen ads (debug builds only).
- isAdReadyToDisplay() - Method in class com.applovin.adview.AppLovinAdView
-
- 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
-
- isAdReadyToDisplay() - Method in interface com.applovin.adview.AppLovinInterstitialAdDialog
-
Check if an ad is currently preloaded and ready to be displayed.
- isAdViewAd() - Method in class com.applovin.mediation.MaxAdFormat
-
- 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.
- isExceptionHandlerEnabled() - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Whether or not the AppLovin SDK listens to exceptions.
- isFullscreenAd() - Method in class com.applovin.mediation.MaxAdFormat
-
- isImagePrecached() - Method in interface com.applovin.nativeAds.AppLovinNativeAd
-
Deprecated.
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.
- isReady() - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
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
-
Deprecated.
Check whether or not this ad's video have been precached.
- 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
-
- MaxDebuggerMultiAdActivity - Class in com.applovin.mediation
-
- MaxDebuggerMultiAdActivity() - Constructor for class com.applovin.mediation.MaxDebuggerMultiAdActivity
-
- 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.
- MaxNativeAd - Class in com.applovin.mediation.nativeAds
-
- MaxNativeAd.Builder - Class in com.applovin.mediation.nativeAds
-
- MaxNativeAd.MaxNativeAdImage - Class in com.applovin.mediation.nativeAds
-
- MaxNativeAdImage(Drawable) - Constructor for class com.applovin.mediation.nativeAds.MaxNativeAd.MaxNativeAdImage
-
- MaxNativeAdImage(Uri) - Constructor for class com.applovin.mediation.nativeAds.MaxNativeAd.MaxNativeAdImage
-
- MaxNativeAdView - Class in com.applovin.mediation.nativeAds
-
- MaxNativeAdView(MaxNativeAd, Activity) - Constructor for class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- MaxNativeAdView(MaxNativeAd, String, Activity) - Constructor for class com.applovin.mediation.nativeAds.MaxNativeAdView
-
- 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.
- MaxRewardedInterstitialAd - Class in com.applovin.mediation.ads
-
Created by Thomas So on June 01 2020
- MaxRewardedInterstitialAd(String, Activity) - Constructor for class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Create a new MAX rewarded interstitial.
- MaxRewardedInterstitialAd(String, AppLovinSdk, Activity) - Constructor for class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Create a new MAX rewarded interstitial.
- 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
-
- 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
-
Deprecated.
Invoked if pre-caching image resources fails.
- onNativeAdImagesPrecached(AppLovinNativeAd) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
-
Deprecated.
Invoked when image resources have been successfully pre-cached in a native ad.
- onNativeAdsFailedToLoad(int) - Method in interface com.applovin.nativeAds.AppLovinNativeAdLoadListener
-
Deprecated.
Invoked when a native ad has failed to load.
- onNativeAdsLoaded(List<AppLovinNativeAd>) - Method in interface com.applovin.nativeAds.AppLovinNativeAdLoadListener
-
Deprecated.
Invoked when a new group of native ads has been loaded.
- onNativeAdVideoPrecachingFailed(AppLovinNativeAd, int) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
-
Deprecated.
Invoked if pre-caching video resources fails.
- onNativeAdVideoPreceached(AppLovinNativeAd) - Method in interface com.applovin.nativeAds.AppLovinNativeAdPrecacheListener
-
Deprecated.
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
-
- onWindowFocusChanged(boolean) - Method in class com.applovin.adview.AppLovinFullscreenActivity
-
- onWindowVisibilityChanged(int) - Method in class com.applovin.mediation.ads.MaxAdView
-
- 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
-
- 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.
- setAdFormat(MaxAdFormat) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setAdInfoButtonEnabled(boolean) - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Set whether the ad info button should be displayed on fullscreen ads (debug builds only).
- 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
-
- setBackgroundColor(int) - Method in class com.applovin.mediation.ads.MaxAdView
-
- setBannerAdRefreshSeconds(long) - Method in class com.applovin.sdk.AppLovinSdkSettings
-
- setBody(String) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setCallToAction(String) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- 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.
- setExceptionHandlerEnabled(boolean) - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Set whether or not the AppLovin SDK listens to exceptions.
- 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.
- setExtraParameter(String, String) - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Set an extra parameter to pass to the server.
- setHasUserConsent(boolean, Context) - Static method in class com.applovin.sdk.AppLovinPrivacySettings
-
Set whether or not user has provided consent for information sharing.
- setIcon(MaxNativeAd.MaxNativeAdImage) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setIconView(View) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setInitializationAdUnitIds(List<String>) - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Set the MAX ad unit ids that will be used for this instance of the SDK.
- 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.
- setListener(MaxRewardedAdListener) - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Set a listener that will be notified about ad events.
- 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.
- setMediaView(View) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setMuted(boolean) - Method in class com.applovin.sdk.AppLovinSdkSettings
-
Set whether to begin video ads in a muted state or not.
- setName(String) - Method in interface com.applovin.sdk.AppLovinUserSegment
-
Custom segment name with 32 alphanumeric characters or less defined in your AppLovin dashboard.
- setOnVariablesUpdateListener(AppLovinVariableService.OnVariablesUpdateListener) - Method in interface com.applovin.sdk.AppLovinVariableService
-
- setOptionsView(View) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- 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.
- setTitle(String) - Method in class com.applovin.mediation.nativeAds.MaxNativeAd.Builder
-
- setUserIdentifier(String) - Method in class com.applovin.adview.AppLovinIncentivizedInterstitial
-
- 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
-
- 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.
- showAd() - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Show the loaded rewarded interstitial.
- showAd(String) - Method in class com.applovin.mediation.ads.MaxRewardedInterstitialAd
-
Show the loaded rewarded interstitial 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
-
- subscribe(AppLovinCommunicatorSubscriber, List<String>) - Method in class com.applovin.communicator.AppLovinCommunicator
-
- 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
-
- unsubscribe(AppLovinCommunicatorSubscriber, List<String>) - Method in class com.applovin.communicator.AppLovinCommunicator
-
- 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
-
- 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.