DevicesTesterAppsResource class

Constructors

DevicesTesterAppsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
installations DevicesTesterAppsInstallationsResource
no setter
releases DevicesTesterAppsReleasesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Consent to share the device's data for an app Testers are required to consent to having the device's data shared for the app in order to view the app's releases.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Leave a particular app that a tester has access to
get(String name, {String? $fields}) Future<GoogleFirebaseApptestersV1alphaTesterApp>
Get a single app for a device
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseApptestersV1alphaListTesterAppsResponse>
Get a list of apps for a device
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