public class AndroidPublisher.Edits.Apks extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Apks.Addexternallyhosted |
class |
AndroidPublisher.Edits.Apks.List |
class |
AndroidPublisher.Edits.Apks.Upload |
Constructor and Description |
---|
Apks() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Apks.Addexternallyhosted |
addexternallyhosted(String packageName,
String editId,
ApksAddExternallyHostedRequest content)
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a
specified URL.
|
AndroidPublisher.Edits.Apks.List |
list(String packageName,
String editId)
Lists all current APKs of the app and edit.
|
AndroidPublisher.Edits.Apks.Upload |
upload(String packageName,
String editId)
Uploads an APK and adds to the current edit.
|
AndroidPublisher.Edits.Apks.Upload |
upload(String packageName,
String editId,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an APK and adds to the current edit.
|
public AndroidPublisher.Edits.Apks.Addexternallyhosted addexternallyhosted(String packageName, String editId, ApksAddExternallyHostedRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.packageName
- Package name of the app.editId
- Identifier of the edit.content
- the ApksAddExternallyHostedRequest
IOException
public AndroidPublisher.Edits.Apks.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.IOException
public AndroidPublisher.Edits.Apks.Upload upload(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.IOException
public AndroidPublisher.Edits.Apks.Upload upload(String packageName, String editId, 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
- Package name of the app.@param editId Identifier of the edit.mediaContent
- The media HTTP content.IOException
- if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.