GamesMetadata.LoadGamesResult

  • The GamesMetadata.LoadGamesResult interface is deprecated.

  • GameBuffer is now returned directly in GamesMetadataClient.

  • This interface provides the result when game metadata has been loaded, indicating various possible status codes.

  • The getGames() method returns the requested game metadata as a GameBuffer.

public static interface GamesMetadata.LoadGamesResult implements Result Releasable

This interface is deprecated.
GameBuffer is returned directly in the GamesMetadataClient.

Result delivered when game metadata has been loaded.

Possible status codes include:

Public Method Summary

abstract GameBuffer
getGames()
Returns the game metadata that was requested.

Inherited Method Summary

Public Methods

public abstract GameBuffer getGames ()

Returns the game metadata that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.