| java.lang.Object | |
| ↳ | com.google.android.gms.ads.AdLoader |
An object for requesting ads.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AdLoader.Builder | Builder for a AdLoader. |
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the mediation adapter class name.
| |||||||||||
Returns
true if the ad is loading. | |||||||||||
Send a request for an ad.
| |||||||||||
Send a request for an ad.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the mediation adapter class name. In the case of a mediated ad response, this is the
name of the class that was responsible for performing the ad request and returning the ad.
For non-mediated responses, this value is null.
Returns true if the ad is loading.
Send a request for an ad.
| publisherAdRequest | An object containing all of the request information. |
|---|
Send a request for an ad.
| adRequest | An object containing all of the request information. |
|---|