AI-generated Key Takeaways
-
GamesMetadataClient
provides methods to access game metadata. -
getCurrentGame()
fetches the current game's metadata from the local cache asynchronously. -
loadGame()
loads annotated metadata for the current game asynchronously.
This interface is deprecated.
Consider migrating to the games v2. Refer to the migration
guide.
A client to receive GamesMetadata.
Public Method Summary
abstract Task<Game> |
getCurrentGame()
This method is deprecated. Consider migrating to the games v2. Refer to the
migration guide.
|
abstract Task<AnnotatedData<Game>> |
loadGame()
This method is deprecated. Consider migrating to the games v2. Refer to the
migration guide.
|
Public Methods
public abstract Task<Game> getCurrentGame ()
This method is deprecated.
Consider migrating to the games v2. Refer to the migration
guide.
public abstract Task<AnnotatedData<Game>> loadGame ()
This method is deprecated.
Consider migrating to the games v2. Refer to the migration
guide.