A C D E G I L O R S T V 

A

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.

C

canExpand() - Method in class com.amazon.device.ads.AdProperties
Gets whether the ad can be expanded.
canPlayAudio() - Method in class com.amazon.device.ads.AdProperties
Gets whether the ad plays audio when expanded.
canPlayVideo() - Method in class com.amazon.device.ads.AdProperties
Gets whether the ad plays video when expanded.
collapseAd() - Method in class com.amazon.device.ads.AdLayout
Collapses an expanded rich media ad.
com.amazon.device.ads - package com.amazon.device.ads
 
containsAdvancedOption(String) - Method in class com.amazon.device.ads.AdTargetingOptions
Returns whether an advanced option has been set.

D

destroy() - Method in class com.amazon.device.ads.AdLayout
Releases all resources used by an instance.

E

enableGeoLocation(boolean) - Method in class com.amazon.device.ads.AdTargetingOptions
If your app or the device is enabled to provide the latitude and longitude coordinates, you can allow the Amazon Mobile Ads API to send these values to the Amazon Mobile Ad Network.
enableLogging(boolean) - Static method in class com.amazon.device.ads.AdRegistration
Enable writing LogCat messages during integration and testing of the Amazon Mobile Ads API.
enableTesting(boolean) - Static method in class com.amazon.device.ads.AdRegistration
During integration and testing of the Amazon Mobile Ads API, you should indicate all ad requests are for testing.

G

gender - Variable in enum com.amazon.device.ads.AdTargetingOptions.Gender
 
getAdSize() - Method in class com.amazon.device.ads.AdLayout
Gets the size of the ad to load.
getAdType() - Method in class com.amazon.device.ads.AdProperties
Gets the type of ad.
getAdvancedOption(String) - Method in class com.amazon.device.ads.AdTargetingOptions
Gets the value of an advanced option.
getAge() - Method in class com.amazon.device.ads.AdTargetingOptions
Gets the current value of the age option.
getCode() - Method in class com.amazon.device.ads.AdError
Gets the error code.
getGender() - Method in class com.amazon.device.ads.AdTargetingOptions
Gets the current value of the gender option.
getHeight() - Method in class com.amazon.device.ads.AdSize
Gets the height.
getMessage() - Method in class com.amazon.device.ads.AdError
Gets the error message.
getTimeout() - Method in class com.amazon.device.ads.AdLayout
Gets the current timeout value in milliseconds.
getVersion() - Static method in class com.amazon.device.ads.AdRegistration
Gets the current version of the Amazon Mobile Ads API.
getWidth() - Method in class com.amazon.device.ads.AdSize
Gets the width.

I

isAdLoading() - Method in class com.amazon.device.ads.AdLayout
Gets whether an ad is currently being loaded.
isAuto() - Method in class com.amazon.device.ads.AdSize
Gets whether the size is set to be automatically determined.
isGeoLocationEnabled() - Method in class com.amazon.device.ads.AdTargetingOptions
Returns the current value of the use geo-location option.

L

loadAd(AdTargetingOptions) - Method in class com.amazon.device.ads.AdLayout
Creates an AsyncTask to load a new ad based on AdTargetingOptions.
LOG_TAG - Static variable in class com.amazon.device.ads.AdProperties
 

O

onAdCollapsed(AdLayout) - Method in interface com.amazon.device.ads.AdListener
Called after a user clicks on the close button on an expanded rich media ad.
onAdExpanded(AdLayout) - Method in interface com.amazon.device.ads.AdListener
Called after a user clicks on a rich media ad and after the rich media ad expands.
onAdFailedToLoad(AdLayout, AdError) - Method in interface com.amazon.device.ads.AdListener
Called whenever the retrieval of an ad fails.
onAdLoaded(AdLayout, AdProperties) - Method in interface com.amazon.device.ads.AdListener
Called each time an ad is successfully loaded.

R

registerApp(Context) - Static method in class com.amazon.device.ads.AdRegistration
Register your app to track app downloads from mobile ad campaigns.

S

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
Sets the Application Key to identify your application in a AdLayout.loadAd(AdTargetingOptions) call.
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.

T

toString() - Method in enum com.amazon.device.ads.AdProperties.AdType
 
toString() - Method in class com.amazon.device.ads.AdSize
Gets the size as a string.

V

valueOf(String) - Static method in enum com.amazon.device.ads.AdError.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.device.ads.AdProperties.AdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.device.ads.AdTargetingOptions.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazon.device.ads.AdError.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.device.ads.AdProperties.AdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.device.ads.AdTargetingOptions.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I L O R S T V