Show / Hide Table of Contents

Class ApplicationsResource

The "applications" collection of methods.

Inheritance
object
ApplicationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class ApplicationsResource

Constructors

ApplicationsResource(IClientService)

Constructs a new resource.

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

Methods

ListHidden(string)

Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.

Declaration
public virtual ApplicationsResource.ListHiddenRequest ListHidden(string applicationId)
Parameters
Type Name Description
string applicationId

The application ID from the Google Play developer console.

Returns
Type Description
ApplicationsResource.ListHiddenRequest
In this article
Back to top Generated by DocFX