The "inappproducts" collection of methods.
More...
|
| batch (Google_Service_AndroidPublisher_InappproductsBatchRequest $postBody, $optParams=array()) |
| (inappproducts.batch)
|
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($packageName, $sku, $optParams=array()) |
| Delete an in-app product for an app.
|
|
| get ($packageName, $sku, $optParams=array()) |
| Returns information about the in-app product specified.
|
|
| insert ($packageName, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams=array()) |
| Creates a new in-app product for an app.
|
|
| listInappproducts ($packageName, $optParams=array()) |
| List all the in-app products for an Android app, both subscriptions and managed in-app products.
|
|
| patch ($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams=array()) |
| Updates the details of an in-app product.
|
|
| update ($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams=array()) |
| Updates the details of an in-app product.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "inappproducts" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $inappproducts = $androidpublisherService->inappproducts;
◆ batch()
(inappproducts.batch)
- Parameters
-
Google_InappproductsBatchRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_AndroidPublisher_Inappproducts_Resource::delete |
( |
| $packageName, |
|
|
| $sku, |
|
|
| $optParams = array() ) |
Delete an in-app product for an app.
(inappproducts.delete)
- Parameters
-
string | $packageName | Unique identifier for the Android app with the in- app product; for example, "com.spiffygame". |
string | $sku | Unique identifier for the in-app product. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AndroidPublisher_Inappproducts_Resource::get |
( |
| $packageName, |
|
|
| $sku, |
|
|
| $optParams = array() ) |
Returns information about the in-app product specified.
(inappproducts.get)
- Parameters
-
string | $packageName | |
string | $sku | Unique identifier for the in-app product. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new in-app product for an app.
(inappproducts.insert)
- Parameters
-
string | $packageName | Unique identifier for the Android app; for example, "com.spiffygame". |
Google_InAppProduct | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool autoConvertMissingPrices If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
- Return values
-
◆ listInappproducts()
Google_Service_AndroidPublisher_Inappproducts_Resource::listInappproducts |
( |
| $packageName, |
|
|
| $optParams = array() ) |
List all the in-app products for an Android app, both subscriptions and managed in-app products.
. (inappproducts.listInappproducts)
- Parameters
-
string | $packageName | Unique identifier for the Android app with in-app products; for example, "com.spiffygame". |
array | $optParams | Optional parameters. |
@opt_param string token @opt_param string startIndex @opt_param string maxResults
- Return values
-
◆ patch()
Updates the details of an in-app product.
This method supports patch semantics. (inappproducts.patch)
- Parameters
-
string | $packageName | Unique identifier for the Android app with the in- app product; for example, "com.spiffygame". |
string | $sku | Unique identifier for the in-app product. |
Google_InAppProduct | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool autoConvertMissingPrices If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
- Return values
-
◆ update()
Updates the details of an in-app product.
(inappproducts.update)
- Parameters
-
string | $packageName | Unique identifier for the Android app with the in- app product; for example, "com.spiffygame". |
string | $sku | Unique identifier for the in-app product. |
Google_InAppProduct | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool autoConvertMissingPrices If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php