Show / Hide Table of Contents

Class AppsResource.UploadStatusResource

The "upload_status" collection of methods.

Inheritance
object
AppsResource.UploadStatusResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX