可以通过list获得,具体如下:
list(Leaderboard.ListCB cb)
Call this method to get a list of Leaderboards that are available to your application
public abstract void onSuccess(java.util.List<Leaderboard> leaderboards)
When Leaderboard.list() succeeds, this method will be called with the list of Leaderboards for your application.