Players.LoadPlayersResult

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

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.