Show / Hide Table of Contents

Class PackagesResource.PackageRegistrationStatusResource

The "packageRegistrationStatus" collection of methods.

Inheritance
object
PackagesResource.PackageRegistrationStatusResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidDeveloperIDStatus.v1
Assembly: Google.Apis.AndroidDeveloperIDStatus.v1.dll
Syntax
public class PackagesResource.PackageRegistrationStatusResource

Constructors

PackageRegistrationStatusResource(IClientService)

Constructs a new resource.

Declaration
public PackageRegistrationStatusResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Check(string)

Retrieves the Android Developer ID registration status for a given package.

Declaration
public virtual PackagesResource.PackageRegistrationStatusResource.CheckRequest Check(string name)
Parameters
Type Name Description
string name

Required. The name of the package registration status resource. Format: packages/{package}/packageRegistrationStatus {package} must follow the specific format: The fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g., com-example-app instead of com.example.app).

Returns
Type Description
PackagesResource.PackageRegistrationStatusResource.CheckRequest
In this article
Back to top Generated by DocFX