Skip to main content

achievement_definitions

Overview

Nameachievement_definitions
TypeResource
Idgoogledevelopers.games.achievement_definitions

Fields

NameDatatypeDescription
idstringThe ID of the achievement.
namestringThe name of the achievement.
descriptionstringThe description of the achievement.
isRevealedIconUrlDefaultbooleanIndicates whether the revealed icon image being returned is a default image, or is provided by the game.
revealedIconUrlstringThe image URL for the revealed achievement icon.
unlockedIconUrlstringThe image URL for the unlocked achievement icon.
kindstringUniquely identifies the type of this resource. Value is always the fixed string games#achievementDefinition.
experiencePointsstringExperience points which will be earned when unlocking this achievement.
initialStatestringThe initial state of the achievement.
isUnlockedIconUrlDefaultbooleanIndicates whether the unlocked icon image being returned is a default image, or is game-provided.
achievementTypestringThe type of the achievement.
totalStepsintegerThe total steps for an incremental achievement.
formattedTotalStepsstringThe total steps for an incremental achievement as a string.

Methods

NameAccessible byRequired Params
achievementDefinitions_listSELECT