A B C D G I L O S T V

A

Ad - Interface in com.google.ads
An interface for all types of ads.
addExtra(String, Object) - Method in class com.google.ads.AdRequest
Adds an extra ad request parameter.
addKeyword(String) - Method in class com.google.ads.AdRequest
Adds a keyword.
addTestDevice(String) - Method in class com.google.ads.AdRequest
Causes test ads to be returned to a device.
AdListener - Interface in com.google.ads
A simple interface for receiving notifications on the status of the ads.
AdRequest - Class in com.google.ads
An AdRequest object contains information about the ad to fetch.
AdRequest() - Constructor for class com.google.ads.AdRequest
 
AdRequest.ErrorCode - Enum in com.google.ads
An enumeration of the various types of errors that might occur while fetching an ad.
AdRequest.Gender - Enum in com.google.ads
The gender of the user for targeting purposes.
AdSize - Class in com.google.ads
The different sizes of ads supported.
AdSize(int, int) - Constructor for class com.google.ads.AdSize
Constructs a custom AdSize.
AdView - Class in com.google.ads
The View that displays the ads.
AdView(Activity, AdSize, String) - Constructor for class com.google.ads.AdView
Creates an AdView.
AdView(Context, AttributeSet) - Constructor for class com.google.ads.AdView
Creates an AdView from an XML layout.
AdView(Context, AttributeSet, int) - Constructor for class com.google.ads.AdView
Creates an AdView from an XML layout.

B

BANNER - Static variable in class com.google.ads.AdSize
Size of MMA standard banner ad.

C

com.google.ads - package com.google.ads
 

D

destroy() - Method in class com.google.ads.AdView
Destroys the AdView.

G

getHeight() - Method in class com.google.ads.AdSize
Returns the height of the AdSize.
getRequestMap(Context) - Method in class com.google.ads.AdRequest
Creates a map from all of the information contained within this AdRequest.
getWidth() - Method in class com.google.ads.AdSize
Returns the width of the AdSize.

I

IAB_BANNER - Static variable in class com.google.ads.AdSize
Size of IAB standard full banner ad.
IAB_LEADERBOARD - Static variable in class com.google.ads.AdSize
Size of IAB standard leaderboard ad.
IAB_MRECT - Static variable in class com.google.ads.AdSize
Side of IAB standard medium rectangle ad.
InterstitialAd - Class in com.google.ads
A class for full-screen interstitial ads.
InterstitialAd(Activity, String) - Constructor for class com.google.ads.InterstitialAd
Creates an InterstitialAd with a long load timeout.
InterstitialAd(Activity, String, boolean) - Constructor for class com.google.ads.InterstitialAd
Creates an InterstitialAd.
isReady() - Method in interface com.google.ads.Ad
Returns true if the ad is successfully loaded and is ready to be shown.
isReady() - Method in class com.google.ads.AdView
See Ad.isReady().
isReady() - Method in class com.google.ads.InterstitialAd
See Ad.isReady().
isRefreshing() - Method in class com.google.ads.AdView
Returns true if the ad is currently automatically refreshing.
isTestDevice(Context) - Method in class com.google.ads.AdRequest
Returns true if this device will have test ads returned or false if real ads are returned.

L

loadAd(AdRequest) - Method in interface com.google.ads.Ad
Download an ad using the supplied AdRequest.
loadAd(AdRequest) - Method in class com.google.ads.AdView
See Ad.loadAd(AdRequest).
loadAd(AdRequest) - Method in class com.google.ads.InterstitialAd
Download an ad using the supplied AdRequest.
LOGTAG - Static variable in class com.google.ads.AdRequest
The tag the SDK uses for all logging messages.

O

onDismissScreen(Ad) - Method in interface com.google.ads.AdListener
Called when an ad is clicked and about to return to the application.
onFailedToReceiveAd(Ad, AdRequest.ErrorCode) - Method in interface com.google.ads.AdListener
Called when an ad was not received.
onLeaveApplication(Ad) - Method in interface com.google.ads.AdListener
Called when an ad is clicked and going to start a new Activity that will leave the application (e.g.
onPresentScreen(Ad) - Method in interface com.google.ads.AdListener
Called when an Activity is created in front of the app (e.g.
onReceiveAd(Ad) - Method in interface com.google.ads.AdListener
Called when an ad is received.

S

setAdListener(AdListener) - Method in interface com.google.ads.Ad
Set an AdListener for this Ad.
setAdListener(AdListener) - Method in class com.google.ads.AdView
See Ad.setAdListener(AdListener).
setAdListener(AdListener) - Method in class com.google.ads.InterstitialAd
Set an AdListener for this InterstitialAd.
setBirthday(String) - Method in class com.google.ads.AdRequest
Sets the user's birthday for targeting purposes.
setExtras(Map<String, Object>) - Method in class com.google.ads.AdRequest
Sets the extra ad request parameters.
setGender(AdRequest.Gender) - Method in class com.google.ads.AdRequest
Sets the user's gender for targeting purposes.
setKeywords(Set<String>) - Method in class com.google.ads.AdRequest
Sets the keywords.
setLocation(Location) - Method in class com.google.ads.AdRequest
Sets the user's location for targeting purposes.
setPlusOneOptOut(boolean) - Method in class com.google.ads.AdRequest
Sets the publisher +1 opt out bit.
setTestDevices(Set<String>) - Method in class com.google.ads.AdRequest
Sets the test devices.
setTesting(boolean) - Method in class com.google.ads.AdRequest
Deprecated. 
show() - Method in class com.google.ads.InterstitialAd
Show the interstitial ad if it's loaded and ready to show.
stopLoading() - Method in interface com.google.ads.Ad
Stops loading the ad.
stopLoading() - Method in class com.google.ads.AdView
See Ad.stopLoading().
stopLoading() - Method in class com.google.ads.InterstitialAd
Stops loading the ad.

T

TEST_EMULATOR - Static variable in class com.google.ads.AdRequest
The constant for the emulator's device ID.
toString() - Method in enum com.google.ads.AdRequest.ErrorCode
See Object.toString().
toString() - Method in class com.google.ads.AdSize
Returns the AdSize as a String.

V

valueOf(String) - Static method in enum com.google.ads.AdRequest.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ads.AdRequest.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.ads.AdRequest.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ads.AdRequest.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.google.ads.AdRequest
The current version of the SDK.

A B C D G I L O S T V