| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta | |
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.Apps.Create |
AdMob.Accounts.Apps.create(String parent,
App content)
Creates an app under the specified AdMob account.
|
| Constructor and Description |
|---|
Create(String parent,
App content)
Creates an app under the specified AdMob account.
|
| Modifier and Type | Method and Description |
|---|---|
App |
App.clone() |
App |
App.set(String fieldName,
Object value) |
App |
App.setAppApprovalState(String appApprovalState)
Output only.
|
App |
App.setAppId(String appId)
The externally visible ID of the app which can be used to integrate with the AdMob SDK.
|
App |
App.setLinkedAppInfo(AppLinkedAppInfo linkedAppInfo)
Immutable.
|
App |
App.setManualAppInfo(AppManualAppInfo manualAppInfo)
The information for an app that is not linked to any app store.
|
App |
App.setName(String name)
Resource name for this app.
|
App |
App.setPlatform(String platform)
Describes the platform of the app.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
ListAppsResponse.getApps()
The resulting apps for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse |
ListAppsResponse.setApps(List<App> apps)
The resulting apps for the requested account.
|
Copyright © 2011–2023 Google. All rights reserved.