Players.LoadPlayersResult

  • The Players.LoadPlayersResult interface is deprecated.

  • Player data is now returned directly in the PlayersClient.

  • This interface represents the result delivered when player data has been loaded.

  • Various status codes indicate the outcome of loading player data, including success, network errors, client issues, licensing problems, and internal errors.

  • The getPlayers() method returns the requested player metadata as a PlayerBuffer.

public static interface Players.LoadPlayersResult implements Result Releasable

This interface is deprecated.
Player is returned directly in the PlayersClient.

Result delivered when player data has been loaded.

Possible status codes include:

Public Method Summary

abstract PlayerBuffer
getPlayers()
Returns the player metadata that was requested.

Inherited Method Summary

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.