AppsResource class
Constructors
- AppsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- releaseByHash → AppsReleaseByHashResource
-
no setter
- releases → AppsReleasesResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testers → AppsTestersResource
-
no setter
- uploadStatus → AppsUploadStatusResource
-
no setter
Methods
-
get(
String mobilesdkAppId, {String? appView, String? $fields}) → Future< GoogleFirebaseAppdistroV1alphaApp> - Get the app, if it exists
-
getJwt(
String mobilesdkAppId, {String? $fields}) → Future< GoogleFirebaseAppdistroV1alphaJwt> - Get a JWT token
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
provisionApp(
String mobilesdkAppId, {String? $fields}) → Future< GoogleFirebaseAppdistroV1alphaProvisionAppResponse> - Provision app distribution for an existing Firebase app, enabling it to subsequently be used by appdistro.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited