public class AndroidPublisher.Generatedapks extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Generatedapks.Download |
class |
AndroidPublisher.Generatedapks.List |
Constructor and Description |
---|
Generatedapks() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Generatedapks.Download |
download(String packageName,
Integer versionCode,
String downloadId)
Downloads a single signed APK generated from an app bundle.
|
AndroidPublisher.Generatedapks.List |
list(String packageName,
Integer versionCode)
Returns download metadata for all APKs that were generated from a given app bundle.
|
public AndroidPublisher.Generatedapks.Download download(String packageName, Integer versionCode, String downloadId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.versionCode
- Version code of the app bundle.downloadId
- Download ID, which uniquely identifies the APK to download. Can be obtained from the response of
`generatedapks.list` method.IOException
public AndroidPublisher.Generatedapks.List list(String packageName, Integer versionCode) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.versionCode
- Version code of the app bundle.IOException
Copyright © 2011–2025 Google. All rights reserved.