EditsExpansionfilesResource class

Constructors

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

get(String packageName, String editId, int apkVersionCode, String expansionFileType, {String? $fields}) Future<ExpansionFile>
Fetches the expansion file configuration for the specified APK.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ExpansionFile request, String packageName, String editId, int apkVersionCode, String expansionFileType, {String? $fields}) Future<ExpansionFile>
Patches the APK's expansion file configuration to reference another APK's expansion file.
toString() String
A string representation of this object.
inherited
update(ExpansionFile request, String packageName, String editId, int apkVersionCode, String expansionFileType, {String? $fields}) Future<ExpansionFile>
Updates the APK's expansion file configuration to reference another APK's expansion file.
upload(String packageName, String editId, int apkVersionCode, String expansionFileType, {String? $fields, UploadOptions uploadOptions = commons.UploadOptions.defaultOptions, Media? uploadMedia}) Future<ExpansionFilesUploadResponse>
Uploads a new expansion file and attaches to the specified APK.

Operators

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