public class AndroidPublisher.Inappproducts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Inappproducts.BatchDelete |
class |
AndroidPublisher.Inappproducts.BatchGet |
class |
AndroidPublisher.Inappproducts.BatchUpdate |
class |
AndroidPublisher.Inappproducts.Delete |
class |
AndroidPublisher.Inappproducts.Get |
class |
AndroidPublisher.Inappproducts.Insert |
class |
AndroidPublisher.Inappproducts.List |
class |
AndroidPublisher.Inappproducts.Patch |
class |
AndroidPublisher.Inappproducts.Update |
| Constructor and Description |
|---|
Inappproducts() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Inappproducts.BatchDelete |
batchDelete(String packageName,
InappproductsBatchDeleteRequest content)
Deletes in-app products (managed products or subscriptions).
|
AndroidPublisher.Inappproducts.BatchGet |
batchGet(String packageName)
Reads multiple in-app products, which can be managed products or subscriptions.
|
AndroidPublisher.Inappproducts.BatchUpdate |
batchUpdate(String packageName,
InappproductsBatchUpdateRequest content)
Updates or inserts one or more in-app products (managed products or subscriptions).
|
AndroidPublisher.Inappproducts.Delete |
delete(String packageName,
String sku)
Deletes an in-app product (a managed product or a subscription).
|
AndroidPublisher.Inappproducts.Get |
get(String packageName,
String sku)
Gets an in-app product, which can be a managed product or a subscription.
|
AndroidPublisher.Inappproducts.Insert |
insert(String packageName,
InAppProduct content)
Creates an in-app product (a managed product or a subscription).
|
AndroidPublisher.Inappproducts.List |
list(String packageName)
Lists all in-app products - both managed products and subscriptions.
|
AndroidPublisher.Inappproducts.Patch |
patch(String packageName,
String sku,
InAppProduct content)
Patches an in-app product (a managed product or a subscription).
|
AndroidPublisher.Inappproducts.Update |
update(String packageName,
String sku,
InAppProduct content)
Updates an in-app product (a managed product or a subscription).
|
public AndroidPublisher.Inappproducts.BatchDelete batchDelete(String packageName, InappproductsBatchDeleteRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.packageName - Package name of the app.content - the InappproductsBatchDeleteRequestIOExceptionpublic AndroidPublisher.Inappproducts.BatchGet batchGet(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.IOExceptionpublic AndroidPublisher.Inappproducts.BatchUpdate batchUpdate(String packageName, InappproductsBatchUpdateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.packageName - Package name of the app.content - the InappproductsBatchUpdateRequestIOExceptionpublic AndroidPublisher.Inappproducts.Delete delete(String packageName, String sku) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.sku - Unique identifier for the in-app product.IOExceptionpublic AndroidPublisher.Inappproducts.Get get(String packageName, String sku) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.sku - Unique identifier for the in-app product.IOExceptionpublic AndroidPublisher.Inappproducts.Insert insert(String packageName, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.content - the InAppProductIOExceptionpublic AndroidPublisher.Inappproducts.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.IOExceptionpublic AndroidPublisher.Inappproducts.Patch patch(String packageName, String sku, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.sku - Unique identifier for the in-app product.content - the InAppProductIOExceptionpublic AndroidPublisher.Inappproducts.Update update(String packageName, String sku, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.sku - Unique identifier for the in-app product.content - the InAppProductIOExceptionCopyright © 2011–2025 Google. All rights reserved.