0

Example :

Participants : player1 and player2

last updater : player1

player2 has not respond for two weeks.

What would be match status and players status?

1 Answers1

0

After two weeks, the match should expire. In this case player status should be STATUS_UNRESPONSIVE and match status should be MATCH_STATUS_EXPIRED.

You can refer to the docs for more details.

Andy
  • 2,374
  • 3
  • 17
  • 20
  • [`MATCH_RESULT_DISCONNECT`](https://developers.google.com/android/reference/com/google/android/gms/games/multiplayer/ParticipantResult.html#MATCH_RESULT_DISCONNECT) seems pretty likely. – Andy Dec 02 '15 at 18:31