Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检索当前用户在排行榜中的位置?
提前致谢。
我自己没有尝试过,但是这个怎么样?
https://developer.android.com/reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html#getRank()
public abstract long getRank() 检索从服务器返回的此分数的排名。请注意,这可能不准确,并且多个分数可以具有相同的排名。排名越低表示得分越高,排名 1 是棋盘上的最高分。 返回分数排名。
public abstract long getRank()
检索从服务器返回的此分数的排名。请注意,这可能不准确,并且多个分数可以具有相同的排名。排名越低表示得分越高,排名 1 是棋盘上的最高分。
返回分数排名。