Result delivered when leaderboard scores have been loaded.
It is required to call
release() on this object or on the result of
getScores() when finished with the LeaderboardScoreBuffer.
| Leaderboard |
getLeaderboard()
Returns the leaderboard that the requested scores belong to.
|
| LeaderboardScoreBuffer |
getScores()
Returns the leaderboard scores that were requested.
|
| void |
release()
Release the
LeaderboardScoreBuffer used for scores storage.
|
Returns the leaderboard that the requested scores belong to. This may be null if the leaderboard metadata could not be found.
Returns the leaderboard scores that were requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.
Release the
LeaderboardScoreBuffer used for scores storage.
Note that using LeaderboardScoreBuffer after calling this method will
result in an error.