Leaderboards.LoadScoresResult

public static interfaceLeaderboards.LoadScoresResultimplementsResultReleasable

This interface is deprecated.
LeaderboardsClient.LeaderboardScoresis returned directly in theLeaderboardsClient.

Result delivered when leaderboard scores have been loaded.

Possible status codes include:

Public Method Summary

abstract Leaderboard
abstract LeaderboardScoreBuffer

Inherited Method Summary

Public Methods

public abstractLeaderboard getLeaderboard()

Returns
  • The leaderboard that the requested scores belong to. This may be null if the leaderboard metadata could not be found.

public abstract LeaderboardScoreBuffergetScores ()

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.