Verify Player Milestone
Player Milestone Completion Validation.
Before a player can claim rewards for milestone completion, the Quest Envoker must call setPlayerEligibleToClaimMilestone
.
Although the Player's video metric and token eligibility is verified within the KinoraOpenAction Contract, there is still potential for a player to send fabricated off-chain video metric data to the KinoraMetrics contract, and thus, an additional check aids in reducing this.
See here for more on how the SDK manages the risk of data corruption during the off-chain logging and transmission of metrics.
You can verify a player to claim a milestone before they have reached their metric targets, however the player will still not be able to claim their reward and mark the milestone as completed until they've reached the metric targets. To check a player's milestone eligibility against their logged video metrics and the milestone's video thresholds, see playerMilestoneEligibilityCheck
.
Verify Milestone Props
Response Object
Last updated