public static interface

Stats.LoadPlayerStatsResult

implements Result Releasable
com.google.android.gms.games.stats.Stats.LoadPlayerStatsResult

Class Overview

Result delivered when player stats data has been loaded.

Possible status codes include:

Summary

Public Methods
abstract PlayerStats getPlayerStats()
Retrieves the player stats.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result
From interface com.google.android.gms.common.api.Releasable

Public Methods

public abstract PlayerStats getPlayerStats ()

Retrieves the player stats.

Returns
PlayerStats An instance of PlayerStat.