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

AchievementProgressArray

Updated: Oct 30, 2025

AchievementProgressArray

interface AchievementProgressArray
The unlock progress of a particular achievement can be retrieved using horizon.platform.achievements.Achievements.getAllProgress. It can be used to display the progress of each achievement in your game. See the following link for more information.

Properties

NameSummary
achievementProgresses
abstract val achievementProgresses: List<AchievementProgress>
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?