Metagame
class Metagame extends Resource (View source)
The "metagame" collection of methods.
Typical usage is:
$gamesService = new Google\Service\Games(...);
$metagame = $gamesService->metagame;
Methods
getMetagameConfig(array $optParams = [])
Return the metagame configuration data for the calling application.
listCategoriesByPlayer(string $playerId, string $collection, array $optParams = [])
List play data aggregated per category for the player corresponding to
playerId
. (metagame.listCategoriesByPlayer)
Details
MetagameConfig
getMetagameConfig(array $optParams = [])
Return the metagame configuration data for the calling application.
(metagame.getMetagameConfig)
CategoryListResponse
listCategoriesByPlayer(string $playerId, string $collection, array $optParams = [])
List play data aggregated per category for the player corresponding to
playerId
. (metagame.listCategoriesByPlayer)