public interface

OnTurnBasedMatchUpdatedListener

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

This interface is deprecated.
See TurnBasedMultiplayer.UpdateMatchResult.

Class Overview

Listener for receiving callbacks when a match has been updated.

Summary

Public Methods
abstract void onTurnBasedMatchUpdated(int statusCode, TurnBasedMatch match)
Called when match has been updated.

Public Methods

public abstract void onTurnBasedMatchUpdated (int statusCode, TurnBasedMatch match)

Called when match has been updated. 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.