public class AndroidPublisher.Edits.Bundles extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Bundles.List |
class |
AndroidPublisher.Edits.Bundles.Upload |
Constructor and Description |
---|
Bundles() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Bundles.List |
list(String packageName,
String editId)
Lists all current Android App Bundles of the app and edit.
|
AndroidPublisher.Edits.Bundles.Upload |
upload(String packageName,
String editId)
Uploads a new Android App Bundle to this edit.
|
AndroidPublisher.Edits.Bundles.Upload |
upload(String packageName,
String editId,
AbstractInputStreamContent mediaContent)
Uploads a new Android App Bundle to this edit.
|
public AndroidPublisher.Edits.Bundles.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.Bundles.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.Bundles.Upload upload(String packageName, String editId, 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 or null
if none.IOException
- if the initialization of the request failsCopyright © 2011–2021 Google. All rights reserved.