Show / Hide Table of Contents

Class GeneratedapksResource

The "generatedapks" collection of methods.

Inheritance
System.Object
GeneratedapksResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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, Int32, 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
System.String packageName

Package name of the app.

System.Int32 versionCode

Version code of the app bundle.

System.String downloadId

Download ID, which uniquely identifies the APK to download. Can be obtained from the response of generatedapks.list method.

Returns
Type Description
GeneratedapksResource.DownloadRequest

List(String, Int32)

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
System.String packageName

Package name of the app.

System.Int32 versionCode

Version code of the app bundle.

Returns
Type Description
GeneratedapksResource.ListRequest
In This Article
Back to top Generated by DocFX