Android - 如何从 Google Play Game Service 的排行榜中获取用户排名?

Android - How to get user rank from Google Play Game Service's leaderboards?

GPS Leaderboard 可以显示用户 score,就像这样 link .

但是,如何获得用户 排名 并将他们放在 activity 上?有可能吗?

您可以使用 getRank() 方法检索从服务器返回的分数排名。请注意,这可能不准确,并且多个分数可能具有相同的排名。较低的排名表示较高的分数,排名 1 是板上的最佳分数。

If the score holder's rank cannot be determined, this will return LEADERBOARD_RANK_UNKNOWN.

Returns

  • Rank of score.