public class AndroidPublisher.Inappproducts extends Object
Modifier and Type | Class and Description |
---|---|
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.Delete |
delete(String packageName,
String sku)
Delete an in-app product for an app.
|
AndroidPublisher.Inappproducts.Get |
get(String packageName,
String sku)
Returns information about the in-app product specified.
|
AndroidPublisher.Inappproducts.Insert |
insert(String packageName,
InAppProduct content)
Creates a new in-app product for an app.
|
AndroidPublisher.Inappproducts.List |
list(String packageName)
List all the in-app products for an Android app, both subscriptions and managed in-app products..
|
AndroidPublisher.Inappproducts.Patch |
patch(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
AndroidPublisher.Inappproducts.Update |
update(String packageName,
String sku,
InAppProduct content)
Updates the details of an in-app product.
|
public AndroidPublisher.Inappproducts.Delete delete(String packageName, String sku) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.IOException
public AndroidPublisher.Inappproducts.Get get(String packageName, String sku) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- sku
- Unique identifier for the in-app product.IOException
public AndroidPublisher.Inappproducts.Insert insert(String packageName, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app; for example, "com.spiffygame".content
- the InAppProduct
IOException
public AndroidPublisher.Inappproducts.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with in-app products; for example, "com.spiffygame".IOException
public AndroidPublisher.Inappproducts.Patch patch(String packageName, String sku, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.content
- the InAppProduct
IOException
public AndroidPublisher.Inappproducts.Update update(String packageName, String sku, InAppProduct content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".sku
- Unique identifier for the in-app product.content
- the InAppProduct
IOException
Copyright © 2011–2019 Google. All rights reserved.