class Applications extends Resource (View source)

The "applications" collection of methods.

Typical usage is:

 $gamesManagementService = new Google\Service\GamesManagement(...);
 $applications = $gamesManagementService->applications;

Methods

listHidden(string $applicationId, array $optParams = [])

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

Details

HiddenPlayerList listHidden(string $applicationId, array $optParams = [])

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

(applications.listHidden)

Parameters

string $applicationId

The application ID from the Google Play developer console.

array $optParams

Optional parameters.

Return Value

HiddenPlayerList

Exceptions

Exception