LeaderboardUpdateStatus
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.LeaderboardUpdateStatus.LeaderboardUpdateStatus(final long ptr) Parameters ptr: final long |
getDidUpdate
()
|
A boolean indicates whether the leaderboard was updated.
Signature
boolean com.meta.horizon.platform.ovr.models.LeaderboardUpdateStatus.getDidUpdate() Returns booleanÂ
boolean
|
getUpdatedChallengeIds
()
|
If the leaderboard is updated, this represents the updated challenge IDs. The updated challenge IDs can be used by com.meta.horizon.platform.ovr.requests.Challenges#getEntries(long challengeID, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt), com.meta.horizon.platform.ovr.requests.Challenges#getEntriesAfterRank(long challengeID, int limit, long afterRank), or [com.meta.horizon.platform.ovr.requests.Challenges#getEntriesByIds(long challengeID, int limit, LeaderboardStartAt startAt, long[] userIDs)](classcom_1_1meta_1_1horizon_1_1platform_1_1ovr_1_1requests_1_1_challenges_1a1e309b58ee7162881fa0c13f968abbc9) APIs.
Signature
long [] com.meta.horizon.platform.ovr.models.LeaderboardUpdateStatus.getUpdatedChallengeIds() Returns long []Â
long[]
|