- ACTION_INTERSTITIAL_DISMISSED - Static variable in class com.amazon.device.ads.InterstitialAd
-
- ACTION_INTERSTITIAL_FINISHED_LOADING - Static variable in class com.amazon.device.ads.InterstitialAd
-
- Ad - Interface in com.amazon.device.ads
-
An interface for views used to retrieve and display Amazon ads.
- AdActivity - Class in com.amazon.device.ads
-
- AdActivity() - Constructor for class com.amazon.device.ads.AdActivity
-
- AdActivity.AdActivityAdapter - Interface in com.amazon.device.ads
-
- AdConstants - Class in com.amazon.device.ads
-
- AdConstants() - Constructor for class com.amazon.device.ads.AdConstants
-
- AdError - Class in com.amazon.device.ads
-
This class contains details for why an ad failed to load.
- AdError.ErrorCode - Enum in com.amazon.device.ads
-
Represents an error type returned when loading an ad.
- adHidden() - Method in class com.amazon.device.ads.ModelessInterstitialAd
-
Puts the ad into a background state.
- AdLayout - Class in com.amazon.device.ads
-
An Android view used to retrieve and display Amazon ads.
- AdLayout(Context) - Constructor for class com.amazon.device.ads.AdLayout
-
Use this constructor if you are creating an AdLayout in your code and would like to use Auto Ad Size.
- AdLayout(Context, AdSize) - Constructor for class com.amazon.device.ads.AdLayout
-
Use this constructor if creating an AdLayout in your code.
- AdLayout(Context, AttributeSet) - Constructor for class com.amazon.device.ads.AdLayout
-
Constructor that is called when inflating a view from XML.
- AdLayout(Context, AttributeSet, int) - Constructor for class com.amazon.device.ads.AdLayout
-
Perform inflation from XML and apply a class-specific base style.
- AdListener - Interface in com.amazon.device.ads
-
Tracks life-cycle events of an ad.
- AdProperties - Class in com.amazon.device.ads
-
This class contains properties and features of an ad.
- AdProperties.AdType - Enum in com.amazon.device.ads
-
- AdRegistration - Class in com.amazon.device.ads
-
This class provides access to global settings and variables.
- adShown() - Method in class com.amazon.device.ads.ModelessInterstitialAd
-
Fires impression pixel and makes ad clickable if the following criteria is met:
1.
- AdSize - Class in com.amazon.device.ads
-
Ad sizes supported by the Amazon Mobile Ads API.
- AdSize(int, int) - Constructor for class com.amazon.device.ads.AdSize
-
Constructs an ad size with a specified width and height.
- AdTargetingOptions - Class in com.amazon.device.ads
-
The configurable ad targeting options for each ad.
- AdTargetingOptions() - Constructor for class com.amazon.device.ads.AdTargetingOptions
-
Creates a new instance.
- AmazonFireServicesAdapter - Class in com.amazon.device.ads
-
- AmazonViewableAdSDKBridgeFactory - Class in com.amazon.device.ads
-
- AmazonViewableAdSDKBridgeFactory() - Constructor for class com.amazon.device.ads.AmazonViewableAdSDKBridgeFactory
-
- ApplicationDefaultPreferences - Class in com.amazon.device.ads
-
- ApplicationDefaultPreferences() - Constructor for class com.amazon.device.ads.ApplicationDefaultPreferences
-
- APS_GDPR_PUB_PREF_LI - Static variable in class com.amazon.device.ads.AdConstants
-
- setActivity(Activity) - Method in interface com.amazon.device.ads.AdActivity.AdActivityAdapter
-
- setAdvancedOption(String, String) - Method in class com.amazon.device.ads.AdTargetingOptions
-
Sets advanced options using String key/value pairs.
- setAge(int) - Method in class com.amazon.device.ads.AdTargetingOptions
-
- setAppKey(String) - Static method in class com.amazon.device.ads.AdRegistration
-
- setFloorPrice(long) - Method in class com.amazon.device.ads.AdTargetingOptions
-
You can specify a floor price in micro-dollars.
- setListener(AdListener) - Method in interface com.amazon.device.ads.Ad
-
Sets the listener used to track ad life-cycle events.
- setListener(AdListener) - Method in class com.amazon.device.ads.AdLayout
-
Sets the listener used to track ad life-cycle events.
- setListener(AdListener) - Method in class com.amazon.device.ads.InterstitialAd
-
Sets the listener used to track ad life-cycle events.
- setListener(AdListener) - Method in class com.amazon.device.ads.ModelessInterstitialAd
-
Sets the listener used to track ad life-cycle events.
- setTimeout(int) - Method in interface com.amazon.device.ads.Ad
-
Sets the timeout value for loading the ad.
- setTimeout(int) - Method in class com.amazon.device.ads.AdLayout
-
Sets the timeout value for loading the ad.
- setTimeout(int) - Method in class com.amazon.device.ads.InterstitialAd
-
Sets the timeout value for loading the ad.
- setTimeout(int) - Method in class com.amazon.device.ads.ModelessInterstitialAd
-
Sets the timeout value for loading the ad.
- setTranslationX(float) - Method in class com.amazon.device.ads.AdLayout
-
- setTranslationY(float) - Method in class com.amazon.device.ads.AdLayout
-
- setX(float) - Method in class com.amazon.device.ads.AdLayout
-
- setY(float) - Method in class com.amazon.device.ads.AdLayout
-
- showAd() - Method in class com.amazon.device.ads.AdLayout
-
Show Ad when the ad state is rendered.
- showAd() - Method in class com.amazon.device.ads.InterstitialAd
-
Shows the Ad to the user, if it is ready to show.
- SIZE_1024x50 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 1024dp W x 50dp H.
- SIZE_300x250 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 300dp W x 250dp H.
- SIZE_320x50 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 320dp W x 50dp H.
- SIZE_600x90 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 600dp W x 90dp H.
- SIZE_728x90 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 728dp W x 90dp H.
- SIZE_AUTO - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be sized automatically.
- SIZE_AUTO_NO_SCALE - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be sized automatically, but not to scale the ad up to fit
the container it is in.