The "apks" collection of methods.
More...
|
| addexternallyhosted ($packageName, $editId, Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest $postBody, $optParams=array()) |
| Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL.
|
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listEditsApks ($packageName, $editId, $optParams=array()) |
| (apks.listEditsApks)
|
|
| upload ($packageName, $editId, $optParams=array()) |
| (apks.upload)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "apks" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $apks = $androidpublisherService->apks;
◆ addexternallyhosted()
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL.
This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain. (apks.addexternallyhosted)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
Google_ApksAddExternallyHostedRequest | $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
-
◆ listEditsApks()
Google_Service_AndroidPublisher_EditsApks_Resource::listEditsApks |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
(apks.listEditsApks)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
array | $optParams | Optional parameters. |
- Return values
-
◆ upload()
Google_Service_AndroidPublisher_EditsApks_Resource::upload |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
(apks.upload)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php