- 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.
- AdLayout - Class in com.amazon.device.ads
-
An android view used to retrieve and display Amazon ads.
- AdLayout(Activity) - 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(Activity, 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
-
Ad types supported by the Amazon Mobile Ads API.
- AdRegistration - Class in com.amazon.device.ads
-
This class provides access to global settings and variables.
- 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 request.
- AdTargetingOptions() - Constructor for class com.amazon.device.ads.AdTargetingOptions
-
Creates a new instance.
- AdTargetingOptions.Gender - Enum in com.amazon.device.ads
-
If your app collects gender information from the user, then
you can pass that information to the Amazon Mobile Ad Network.
- 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
-
If your app collects age information from the user, then you can pass that
information to the Amazon Mobile Ad Network.
- setAppKey(String) - Static method in class com.amazon.device.ads.AdRegistration
-
- setGender(AdTargetingOptions.Gender) - Method in class com.amazon.device.ads.AdTargetingOptions
-
If your app collects gender information from the user, then you can pass that
information to the Amazon Mobile Ad Network.
- setListener(AdListener) - Method in class com.amazon.device.ads.AdLayout
-
Sets the listener used to track ad life-cycle events.
- setTimeout(int) - Method in class com.amazon.device.ads.AdLayout
-
Sets the timeout value of the AsyncTask that requests the ad.
- shouldDisableWebViewHardwareAcceleration() - Method in class com.amazon.device.ads.AdLayout
-
- 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_300x50 - Static variable in class com.amazon.device.ads.AdSize
-
Defines an ad to be 300dp W x 50dp 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.