Class Google_Service_AndroidPublisher_EditsDeobfuscationfiles_Resource
The "deobfuscationfiles" collection of methods. Typical usage is:
$androidpublisherService = new Google_Service_AndroidPublisher(...); $deobfuscationfiles = $androidpublisherService->deobfuscationfiles;
- Google_Service_Resource
-
Google_Service_AndroidPublisher_EditsDeobfuscationfiles_Resource
Located at AndroidPublisher.php
public
|
#
upload( string $packageName, string $editId, integer $apkVersionCode, string $deobfuscationFileType, array $optParams = array() )
Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced. (deobfuscationfiles.upload) |