public static interface

TurnBasedMultiplayer.UpdateMatchResult

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

Class Overview

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