问题
Is there any way to retrieve the position of the current user in a leaderboard?
Thanks in advance.
回答1:
I haven't tried it myself but how about this ?
https://developer.android.com/reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html#getRank()
public abstract long getRank ()
Retrieves the rank returned from the server for this score. Note that this may not be exact and that multiple scores can have identical ranks. Lower ranks indicate a better score, with rank 1 being the best score on the board.
Returns Rank of score.
来源:https://stackoverflow.com/questions/17830419/retrieve-leaderboard-position-in-google-play-game-services