public class AndroidPublisher.Edits.Deobfuscationfiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
| Constructor and Description |
|---|
Deobfuscationfiles() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType)
Uploads a new deobfuscation file and attaches to the specified APK.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a new deobfuscation file and attaches to the specified APK.
|
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app.editId - Unique identifier for this edit.apkVersionCode - The version code of the APK whose Deobfuscation File is being uploaded.deobfuscationFileType - The type of the deobfuscation file.IOExceptionpublic AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
packageName - Unique identifier for the Android app.@param editId Unique identifier for this edit.@param apkVersionCode The version code of the APK whose Deobfuscation File is being uploaded.@param deobfuscationFileType The type of the deobfuscation file.mediaContent - The media HTTP content.IOException - if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.