public static interface

TurnBasedMultiplayer.LeaveMatchResult

implements Result
com.google.android.gms.games.multiplayer.turnbased.TurnBasedMultiplayer.LeaveMatchResult

Class Overview

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

Summary

Public Methods
abstract TurnBasedMatch getMatch()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract TurnBasedMatch getMatch ()

Returns
  • The updated TurnBasedMatch object. Note that this may be null, depending on the status code returned.