Stats.LoadPlayerStatsResult

  • The Stats.LoadPlayerStatsResult interface is deprecated.

  • Player stats are now returned directly in the PlayerStatsClient.

  • This interface delivers the result when player stats data has been loaded.

  • Possible status codes indicate the success or failure of loading player stats data.

  • The getPlayerStats() method retrieves the player stats.

public static interface Stats.LoadPlayerStatsResult implements Result Releasable

This interface is deprecated.
PlayerStats is returned directly in the PlayerStatsClient.

Result delivered when player stats data has been loaded.

Possible status codes include:

Public Method Summary

abstract PlayerStats
getPlayerStats()
Retrieves the player stats.

Inherited Method Summary

Public Methods

public abstract PlayerStats getPlayerStats ()

Retrieves the player stats.

Returns
  • An instance of PlayerStat.