public interface

OnGamesLoadedListener

com.google.android.gms.games.OnGamesLoadedListener

Class Overview

Listener for receiving callbacks when game metadata has been loaded.

Summary

Public Methods
abstract void onGamesLoaded(int statusCode, GameBuffer buffer)
Called when game metadata has been loaded.

Public Methods

public abstract void onGamesLoaded (int statusCode, GameBuffer buffer)

Called when game metadata has been loaded.

Possible status codes include:

Parameters
statusCode A status code indicating the result of the operation.
buffer 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.