Applications
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)