0.6.0: LeaderboardSession.claim, rank_not_eligible is recoverable
onClaim replaces onRewardClaimed. rewardClaimed() is a deprecated alias removed in the next version.
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- `LeaderboardSession.claim()` / effect `claim()` completes the leaderboard
|
||||
node with handle `onClaim`. The server matches live rank to an authored
|
||||
place and continues from that place (Grant Reward and/or In-App Message).
|
||||
- `rewardClaimed()` is a deprecated alias for `claim()` and will be removed
|
||||
in the next SDK version.
|
||||
- `rank_not_eligible` on Claim leaves the session open (retry Claim or End);
|
||||
it no longer fails the run.
|
||||
|
||||
## 0.5.1
|
||||
|
||||
- `QuestMetrics` / `reportProgress`: custom free-text metrics no longer
|
||||
|
||||
Reference in New Issue
Block a user