AdViewController | This interface is deprecated. - This is for internal use only and will be removed in a later SDK version. |
AppLovinAd | This interface represents an ad that has been served by the AppLovin server and should be displayed to the user. |
AppLovinAdClickListener | This interface defines a listener intended to be notified when a user clicks on an ad. |
AppLovinAdDisplayListener | This interface defines a listener intended to be notified when an ad is shown or hidden to the user. |
AppLovinAdLoadListener | This interface defines a listener intended to be notified when the SDK loads, or fails to load, an ad over the network. |
AppLovinAdRewardListener | 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 | This class is responsible for loading and displaying advertisements. |
AppLovinAdSize | This class defines a size of an ad to be displayed. |
AppLovinAdType | This class defines a categorization of the behavior of an ad. |
AppLovinAdUpdateListener | This interface defines a listener to ad update events. |
AppLovinAdVideoPlaybackListener | This interface defines a listener to ad video playback state. |
AppLovinAdView | This class provides a subclass of android.view.View which is used to render AppLovin advertisements. |
AppLovinAdViewDisplayErrorCode | This enum contains possible error codes that should be returned when the ad view fails to display an ad. |
AppLovinAdViewEventListener | This interface defines a listener for ad view events. |
AppLovinErrorCodes | This class contains a set of common integer error codes seen in the SDK. |
AppLovinEventParameters | Class containing constants for use with trackEvent(String, Map) . |
AppLovinEventService | |
AppLovinEventTypes | Class containing constants for use with trackEvent(String, Map) . |
AppLovinIncentivizedInterstitial | This class implements rewarded videos.. |
AppLovinInterstitialAd | This class represents an interstitial ad that is rendered on top of the current activity. |
AppLovinInterstitialAdDialog | This interface defines an AppLovin interstitial dialog. |
AppLovinMediationAdapter | |
AppLovinMediationProvider | Created by thomasso on 1/28/18. |
AppLovinNativeAd | 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 | Defines a listener which will be notified of successful and failed native ad load events. |
AppLovinNativeAdPrecacheListener | Defines a listener which will be notified when native ad resources are pre-cached. |
AppLovinNativeAdService | Service which allows loading and pre-caching of native ads. |
AppLovinPostbackListener | Defines a listener which will be notified upon completion of a postback requested via AppLovinPostbackService . |
AppLovinPostbackService | Defines an AppLovin service which can be used to dispatch HTTP GET postbacks to arbitrary URLs. |
AppLovinPrivacySettings | This class contains privacy settings for AppLovin. |
AppLovinSdk | This is a base class for AppLovin Ad SDK. |
AppLovinSdk.SdkInitializationListener | Listener interface to be used with initializeSdk(SdkInitializationListener)
|
AppLovinSdkConfiguration | Created by Thomas So on October 02 2018
Object containing various flags related to the SDK configuration. |
AppLovinSdkConfiguration.ConsentDialogState | This enum represents whether or not the consent dialog should be shown for this user. |
AppLovinSdkSettings | This class contains settings for AppLovin SDK. |
AppLovinSdkUtils | This class contains a set of shared SDK utility methods. |
AppLovinUserService | Created by Thomas So on October 02 2018
Service object for performing user-related tasks. |
AppLovinUserService.OnConsentDialogDismissListener | Interface used to allow the presented of the consent dialog to run some code when the dialog is dismissed. |
AppLovinVariableService | Created by Thomas So on October 06 2018
This service allows for retrieval of variables pre-defined on AppLovin's dashboard. |
AppLovinVariableService.OnVariablesUpdateListener | Interface definition for a callback to be invoked when latest variables are retrieved from the server. |
AppLovinWebViewActivity | Created by Thomas So on October 02 2018 |
AppLovinWebViewActivity.EventListener | Interface for listening to SDK events dispatched from the WebView. |
InterstitialAdDialogCreator | This interface is deprecated. - This is for internal use only and will be removed in a later SDK version. |
MaxAd | This interface represents an ad that has been served by AppLovin's mediation server and should be displayed to the user. |
MaxAdapter | This is an interface that defines a mediation adapter which wraps a third-party ad SDK and will be used by Max to load and display ads. |
MaxAdapter.OnCompletionListener | Interface used to listen to adapter initialization completion events. |
MaxAdapterError | This enum contains possible error codes that should be returned by the mediation adapter
Created by basil on 12/1/16. |
MaxAdapterInitializationParameters | This interface contains parameters passed to a mediation adapter for initialization. |
MaxAdapterListener | This interface defines a common adapter listener interface for listening to mediated ad events. |
MaxAdapterParameters | This is an interface that defines basic parameters passed to all adapter events. |
MaxAdapterResponseParameters | This interface contains parameters passed to a mediation adapter to load the next ad. |
MaxAdapterSignalCollectionParameters | This interface contains parameters passed to a mediation adapter to load the signal. |
MaxAdFormat | This class defines a format of an ad. |
MaxAdListener | This interface defines a listener intended to be notified about ad events. |
MaxAdView | This class represents a view-based ad - i.e. |
MaxAdViewAdapter | This class defines methods for ad view-based adapters (banners, mrecs, and leaders). |
MaxAdViewAdapterListener | This is an interface that defines a listener for mediated ad events. |
MaxAdViewAdListener | This interface defines a listener that is notified about ad view events |
MaxErrorCodes | |
MaxInterstitialAd | This class represents a full screen interstitial ad. |
MaxInterstitialAdapter | This class defines methods for interstitial adapters. |
MaxInterstitialAdapterListener | This is an interface that defines a listener for mediated ad events. |
MaxReward | This object represents a reward given to the user. |
MaxRewardedAd | This class represents a full screen rewarded ad. |
MaxRewardedAdapter | This class defines methods for rewarded (incentivized) adapters. |
MaxRewardedAdapterListener | This is an interface that defines a listener for mediated ad loading progress. |
MaxRewardedAdListener | This interface defines a listener intended to be notified when a user watches a rewarded video and whether a reward was granted or rejected. |
MaxSignalCollectionListener | This interface defines a listener for signal collection events. |
MaxSignalProvider | This interface describes a mediation adapter that provides bid signals. |
MediationAdapterBase | This is a base class that provides continence methods for mediation adapterWrapper implementations
Created by basil on 12/9/16. |
MediationAdapterRouter | For ad networks with a singleton callback pattern, this class is responsible for routing their events to our mediation adapters. |