API reference
API reference
Select your platform
No SDKs available
No versions available

AchievementUpdate

Updated: Oct 30, 2025

AchievementUpdate

interface AchievementUpdate
Represents an update to an existing achievement. It will be the payload if there is any updates on achievements, as unlocking an achievement by horizon.platform.achievements.Achievements.unlock, adding ‘count’ to the achievement by horizon.platform.achievements.Achievements.addCount, and unlocking fields of a BITFIELD achievement by horizon.platform.achievements.Achievements.addFields.

Properties

NameSummary
json
open val json: String
justUnlocked
abstract val justUnlocked: Boolean
This indicates if this update caused the achievement to unlock.
name
abstract val name: String
The unique horizon.platform.achievements.models.AchievementDefinition.apiName used to reference the updated achievement, as specified in the developer dashboard.