public static interface

Players.LoadPlayersResult

implements Releasable Result
com.google.android.gms.games.Players.LoadPlayersResult

Class Overview

Result delivered when player data has been loaded.

Possible status codes include:

Summary

Public Methods
abstract PlayerBuffer getPlayers()
[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 PlayerBuffer getPlayers ()

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