java.lang.Object | |
↳ | com.google.android.gms.games.multiplayer.turnbased.LoadMatchesResponse |
Response object containing the data requested in a
loadMatchesByStatus(GoogleApiClient, int, int[])
call.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Close all the buffers stored in this response.
| |||||||||||
Get the completed matches returned from this request.
| |||||||||||
Get the invitations returned from this request.
| |||||||||||
Get the "my turn" matches returned from this request.
| |||||||||||
Get the "their turn" matches returned from this request.
| |||||||||||
Helper method to return whether or not this response contains any data.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Close all the buffers stored in this response. Note that using one of these buffers after calling this method will result in an error.
Get the completed matches returned from this request. Note that if the original request did
not include MATCH_TURN_STATUS_COMPLETE
, this method will return null.
Get the invitations returned from this request. Note that if the original request did not
include MATCH_TURN_STATUS_INVITED
, this method will return null.
Get the "my turn" matches returned from this request. Note that if the original request did
not include MATCH_TURN_STATUS_MY_TURN
, this method will return null.
Get the "their turn" matches returned from this request. Note that if the original request
did not include MATCH_TURN_STATUS_THEIR_TURN
, this method will return
null.
Helper method to return whether or not this response contains any data.