EditsDeobfuscationfiles
class EditsDeobfuscationfiles extends Resource (View source)
The "deobfuscationfiles" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$deobfuscationfiles = $androidpublisherService->edits_deobfuscationfiles;
Methods
upload(string $packageName, string $editId, int $apkVersionCode, string $deobfuscationFileType, array $optParams = [])
Uploads a new deobfuscation file and attaches to the specified APK.
Details
DeobfuscationFilesUploadResponse
upload(string $packageName, string $editId, int $apkVersionCode, string $deobfuscationFileType, array $optParams = [])
Uploads a new deobfuscation file and attaches to the specified APK.
(deobfuscationfiles.upload)