Class GeneratedapksResource
The "generatedapks" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedapksResource
Constructors
GeneratedapksResource(IClientService)
Constructs a new resource.
Declaration
public GeneratedapksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Download(string, int, string)
Downloads a single signed APK generated from an app bundle.
Declaration
public virtual GeneratedapksResource.DownloadRequest Download(string packageName, int versionCode, string downloadId)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
int | versionCode | Version code of the app bundle. |
string | downloadId | Download ID, which uniquely identifies the APK to download. Can be obtained from the response of
|
Returns
Type | Description |
---|---|
GeneratedapksResource.DownloadRequest |
List(string, int)
Returns download metadata for all APKs that were generated from a given app bundle.
Declaration
public virtual GeneratedapksResource.ListRequest List(string packageName, int versionCode)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
int | versionCode | Version code of the app bundle. |
Returns
Type | Description |
---|---|
GeneratedapksResource.ListRequest |