public class AndroidPublisher.Edits.Deobfuscationfiles
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
| Constructor and Description |
|---|
AndroidPublisher.Edits.Deobfuscationfiles() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String deobfuscationFileType)
Uploads the deobfuscation file of the specified APK.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
upload(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads the deobfuscation file of the specified APK.
|
public AndroidPublisher.Edits.Deobfuscationfiles()
public AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String deobfuscationFileType) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".editId - Unique identifier for this edit.apkVersionCode - The version code of the APK whose deobfuscation file is being uploaded.deobfuscationFileType - java.io.IOExceptionpublic AndroidPublisher.Edits.Deobfuscationfiles.Upload upload(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String deobfuscationFileType, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
packageName - Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".@param editId Unique identifier for this edit.@param apkVersionCode The version code of the APK whose deobfuscation file is being uploaded.@param deobfuscationFileTypemediaContent - The media HTTP content or null if none.java.io.IOException - if the initialization of the request fails