Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_AndroidPublisher_EditsApks_Resource Class Reference

The "apks" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsApks_Resource:
Google_Service_Resource

Public Member Functions

 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)
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "apks" collection of methods.

Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $apks = $androidpublisherService->apks;

Member Function Documentation

◆ addexternallyhosted()

Google_Service_AndroidPublisher_EditsApks_Resource::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.

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$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
Google_ApksAddExternallyHostedRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse

◆ 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
Google_Exception

◆ listEditsApks()

Google_Service_AndroidPublisher_EditsApks_Resource::listEditsApks ( $packageName,
$editId,
$optParams = array() )

(apks.listEditsApks)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApksListResponse

◆ upload()

Google_Service_AndroidPublisher_EditsApks_Resource::upload ( $packageName,
$editId,
$optParams = array() )

(apks.upload)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Apk

The documentation for this class was generated from the following file: