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