Class ApplicationsResource
The "applications" collection of methods.
Inherited Members
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 |