Class AppsResource.UploadStatusResource
The "upload_status" collection of methods.
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class AppsResource.UploadStatusResource
Constructors
UploadStatusResource(IClientService)
Constructs a new resource.
Declaration
public UploadStatusResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
GET Binary upload status by token
Declaration
public virtual AppsResource.UploadStatusResource.GetRequest Get(string mobilesdkAppId, string uploadToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | mobilesdkAppId | Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 |
| string | uploadToken | The token for the upload |
Returns
| Type | Description |
|---|---|
| AppsResource.UploadStatusResource.GetRequest |