com.google.android.gms.games.stats.Stats |
Entry point for stats functionality.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Stats.LoadPlayerStatsResult | Result delivered when player stats data has been loaded. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Asynchronously load the player stats data for the currently signed-in player and game into
a single result.
|
Asynchronously load the player stats data for the currently signed-in player and game into a single result.
Required API:API
SCOPE_GAMES
apiClient | The GoogleApiClient to
service the call. |
---|---|
forceReload | If true, this call will clear any locally cached data and attempt to fetch the latest data from the server. This would commonly be used for something like a user-initiated refresh. Normally, this should be set to false to gain advantages of data caching. |
PendingResult
to access the data
when available.