EditsApksResource class

Constructors

EditsApksResource(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

addexternallyhosted(ApksAddExternallyHostedRequest request, String packageName, String editId, {String? $fields}) Future<ApksAddExternallyHostedResponse>
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL.
list(String packageName, String editId, {String? $fields}) Future<ApksListResponse>
Lists all current APKs of the app and edit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload(String packageName, String editId, {String? $fields, UploadOptions uploadOptions = commons.UploadOptions.defaultOptions, Media? uploadMedia}) Future<Apk>
Uploads an APK and adds to the current edit.

Operators

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