Skip to main content

achievement_configurations

Overview

Nameachievement_configurations
TypeResource
Idgoogledevelopers.gamesConfiguration.achievement_configurations

Fields

NameDatatypeDescription
idstringThe ID of the achievement.
stepsToUnlockintegerSteps to unlock. Only applicable to incremental achievements.
tokenstringThe token for this resource.
achievementTypestringThe type of the achievement.
draftobjectAn achievement configuration detail.
initialStatestringThe initial state of the achievement.
kindstringUniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#achievementConfiguration.
publishedobjectAn achievement configuration detail.

Methods

NameAccessible byRequired ParamsDescription
achievementConfigurations_getSELECTachievementIdRetrieves the metadata of the achievement configuration with the given ID.
achievementConfigurations_listSELECTapplicationIdReturns a list of the achievement configurations in this application.
achievementConfigurations_deleteDELETEachievementIdDelete the achievement configuration with the given ID.
achievementConfigurations_insertEXECapplicationIdInsert a new achievement configuration in this application.
achievementConfigurations_updateEXECachievementIdUpdate the metadata of the achievement configuration with the given ID.