com.google.android.gms.games.multiplayer.turnbased.OnTurnBasedMatchCanceledListener |
![]() |
This interface is deprecated.
See TurnBasedMultiplayer.CancelMatchResult
.
Listener for receiving callbacks when a match has been canceled.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the match has been canceled.
|
Called when the match has been canceled. Possible status codes include:
STATUS_OK
if the match was successfully canceled.STATUS_NETWORK_ERROR_OPERATION_DEFERRED
if the attempt to leave the
match resulted in a network error. The operation was stored locally, and will be retried the
next time the device comes online. No further action is required.STATUS_MATCH_ERROR_LOCALLY_MODIFIED
if the match has already been
modified locally and has changes waiting to be synced to the server. The cancel operation was
not executed.STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION
if the server rejected the
operation.STATUS_MULTIPLAYER_DISABLED
if the game does not support multiplayer.
STATUS_CLIENT_RECONNECT_REQUIRED
if the GamesClient
needs to
reconnect to the service to perform this operation.STATUS_INTERNAL_ERROR
if an unexpected error occurred in the service.
statusCode | A status code indicating the result of the operation. |
---|---|
matchId | The ID of the match that was canceled. |