Leaderboards.LeaderboardMetadataResult

public static interface Leaderboards.LeaderboardMetadataResult implements Result Releasable

This interface is deprecated.
LeaderboardBuffer is returned directly in the LeaderboardsClient.

Result delivered when leaderboard metadata has been loaded.

Possible status codes include:

Public Method Summary

abstract LeaderboardBuffer
getLeaderboards()
Returns the leaderboard metadata that was requested.

Inherited Method Summary

Public Methods

public abstract LeaderboardBuffer getLeaderboards ()

Returns the leaderboard metadata that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.