public interface

OnTurnBasedMatchLeftListener

com.google.android.gms.games.multiplayer.turnbased.OnTurnBasedMatchLeftListener
Known Indirect Subclasses

This interface is deprecated.
See TurnBasedMultiplayer.LeaveMatchResult.

Class Overview

Listener for receiving callbacks when a player leaves a turn-based match.

Summary

Public Methods
abstract void onTurnBasedMatchLeft(int statusCode, TurnBasedMatch match)
Called when the player has left the match.

Public Methods

public abstract void onTurnBasedMatchLeft (int statusCode, TurnBasedMatch match)

Called when the player has left the match. Possible status codes include:

Parameters
statusCode A status code indicating the result of the operation.
match The updated TurnBasedMatch object. Note that this may be null, depending on the status code returned.