AdViewController | This interface represents a controller for an Ad view. |
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 is deprecated. Banners, MRecs and Leaders are deprecated and will be removed in a future SDK version. |
AppLovinErrorCodes | This class conatins a set of common integer error codes seen in the SDK. |
AppLovinEventParameters | Class containing constants for use with trackEvent(String, Map) . |
AppLovinEventService | Created by mszaro on 7/17/15. |
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. |
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. |
AppLovinSdk | This is a base class for AppLovin Ad SDK. |
AppLovinSdkSettings | This class contains settings for AppLovin SDK. |
AppLovinSdkUtils | This class contains a set of shared SDK utility methods. |
AppLovinTargetingData | This interface defines a class that accepts available targeting data |
AppLovinTouchToClickListener | This class processes touch events to determine if they are a "click". |
ClickTrackingOverlayView | Created by mszaro on 9/11/15. |
InterstitialAdDialogCreator | This interface is used internally by AppLovinInterstitialAd for creating instances of AppLovinInterstitialAdDialog . |