public class AdMob.Accounts.AdSources extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdMob.Accounts.AdSources.Adapters
The "adapters" collection of methods.
|
class |
AdMob.Accounts.AdSources.List |
| Constructor and Description |
|---|
AdSources() |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.AdSources.Adapters |
adapters()
An accessor for creating requests from the Adapters collection.
|
AdMob.Accounts.AdSources.List |
list(String parent)
List the ad sources.
|
public AdMob.Accounts.AdSources.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id}IOExceptionpublic AdMob.Accounts.AdSources.Adapters adapters()
The typical use is:
AdMob admob = new AdMob(...);AdMob.Adapters.List request = admob.adapters().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.