com.google.android.gms.games.request.Requests.LoadRequestsResult |
Class Overview
Result delivered when requests have loaded. Possible status codes include:
Public Methods
public
abstract
GameRequestBuffer
getRequests
(int requestType)
Retrieves any loaded requests of the specified type. Note that if requestType
was
not specified in the corresponding call to
loadRequests(GoogleApiClient, int, int, int)
}, this method will
return null
.
Parameters |
requestType |
int :
The type of GameRequest objects to retrieve. |
Returns |
GameRequestBuffer |
Any requests which have the specified request type, or null if the type was not
requested when loading.
|