interface AchievementUpdate
justUnlocked
: Boolean
[Get] |
This indicates if this update caused the achievement to unlock.
Signature
abstract val justUnlocked: Boolean |
name
: String
[Get] |
The unique horizon.platform.achievements.models.AchievementDefinition.apiName used to reference the updated achievement, as specified in the developer dashboard.
Signature
abstract val name: String |