interface LeaderboardUpdateStatus
didUpdate
: Boolean
[Get] |
A boolean indicates whether the leaderboard was updated.
Signature
abstract val didUpdate: Boolean |
updatedChallengeIds
: List?
[Get] |
If the leaderboard is updated, this represents the updated challenge IDs. The updated challenge IDs can be used by horizon.platform.challenges.Challenges.getEntries, horizon.platform.challenges.Challenges.getEntriesAfterRank, or horizon.platform.challenges.Challenges.getEntriesByIds APIs.
Signature
abstract val updatedChallengeIds: List<String>? |