public static interface

Leaderboards.LeaderboardMetadataResult

implements Releasable Result
com.google.android.gms.games.leaderboard.Leaderboards.LeaderboardMetadataResult

Class Overview

Result delivered when leaderboard metadata has been loaded.

Possible status codes include:

Summary

Public Methods
abstract LeaderboardBuffer getLeaderboards()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

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.