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)

Parameters

string $packageName

Unique identifier for the Android app.

string $editId

Unique identifier for this edit.

int $apkVersionCode

The version code of the APK whose Deobfuscation File is being uploaded.

string $deobfuscationFileType

The type of the deobfuscation file.

array $optParams

Optional parameters.

Return Value

DeobfuscationFilesUploadResponse

Exceptions

Exception