LeaderboardConfigurations
class LeaderboardConfigurations extends Resource (View source)
The "leaderboardConfigurations" collection of methods.
Typical usage is:
$gamesConfigurationService = new Google\Service\GamesConfiguration(...);
$leaderboardConfigurations = $gamesConfigurationService->leaderboardConfigurations;
Methods
Delete the leaderboard configuration with the given ID.
Retrieves the metadata of the leaderboard configuration with the given ID.
Insert a new leaderboard configuration in this application.
Returns a list of the leaderboard configurations in this application.
Update the metadata of the leaderboard configuration with the given ID.
Details
delete(string $leaderboardId, array $optParams = [])
Delete the leaderboard configuration with the given ID.
(leaderboardConfigurations.delete)
LeaderboardConfiguration
get(string $leaderboardId, array $optParams = [])
Retrieves the metadata of the leaderboard configuration with the given ID.
(leaderboardConfigurations.get)
LeaderboardConfiguration
insert(string $applicationId, LeaderboardConfiguration $postBody, array $optParams = [])
Insert a new leaderboard configuration in this application.
(leaderboardConfigurations.insert)
LeaderboardConfigurationListResponse
listLeaderboardConfigurations(string $applicationId, array $optParams = [])
Returns a list of the leaderboard configurations in this application.
(leaderboardConfigurations.listLeaderboardConfigurations)
LeaderboardConfiguration
update(string $leaderboardId, LeaderboardConfiguration $postBody, array $optParams = [])
Update the metadata of the leaderboard configuration with the given ID.
(leaderboardConfigurations.update)