java.lang.Object | |
↳ | com.google.android.gms.games.multiplayer.turnbased.LoadMatchesResponse |
Response object containing the data requested in a loadMatchesByStatus(GoogleApiClient, int...) call.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.