public static interface

Requests.LoadRequestsResult

implements Releasable Result
com.google.android.gms.games.request.Requests.LoadRequestsResult

Class Overview

Result delivered when requests have loaded. Possible status codes include:

Summary

Public Methods
abstract GameRequestBuffer getRequests(int requestType)
Retrieves any loaded requests of the specified type.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

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 The type of GameRequest objects to retrieve.
Returns
  • Any requests which have the specified request type, or null if the type was not requested when loading.