playerScore property

LeaderboardEntry? playerScore
getter/setter pair

The score of the requesting player on the leaderboard.

The player's score may appear both here and in the list of scores above. If you are viewing a public leaderboard and the player is not sharing their gameplay information publicly, the scoreRankand formattedScoreRank values will not be present.

Implementation

LeaderboardEntry? playerScore;