SystemapksVariantsResource class

Constructors

SystemapksVariantsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Variant request, String packageName, String versionCode, {String? $fields}) Future<Variant>
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
download(String packageName, String versionCode, int variantId, {String? $fields, DownloadOptions downloadOptions = commons.DownloadOptions.metadata}) Future<Media?>
Downloads a previously created system APK which is suitable for inclusion in a system image.
get(String packageName, String versionCode, int variantId, {String? $fields}) Future<Variant>
Returns a previously created system APK variant.
list(String packageName, String versionCode, {String? $fields}) Future<SystemApksListResponse>
Returns the list of previously created system APK variants.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited