java.lang.Object | |
↳ | com.google.android.gms.ads.AdListener |
An interface for receiving notifications during the lifecycle of an ad.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user is about to return to the application after clicking on an ad.
| |||||||||||
Called when an ad request failed.
| |||||||||||
Called when an ad leaves the application (e.g., to go to the browser).
| |||||||||||
Called when an ad is received.
| |||||||||||
Called when an ad opens an overlay that covers the screen.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called when the user is about to return to the application after clicking on an ad.
Called when an ad request failed. The error code is usually
ERROR_CODE_INTERNAL_ERROR
, ERROR_CODE_INVALID_REQUEST
,
ERROR_CODE_NETWORK_ERROR
, or ERROR_CODE_NO_FILL
.
Called when an ad leaves the application (e.g., to go to the browser).
Called when an ad is received.
Called when an ad opens an overlay that covers the screen.