TurnBasedMultiplayerClient.MatchOutOfDateApiException | Doclava
public static class

TurnBasedMultiplayerClient.MatchOutOfDateApiException

extends ApiException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.common.api.ApiException
         ↳ com.google.android.gms.games.TurnBasedMultiplayerClient.MatchOutOfDateApiException

Class Overview

Indicates that the local match state was out of date. In this case, the updated match state version is available through getMatch().

Summary

Fields
protected final TurnBasedMatch match
[Expand]
Inherited Fields
From class com.google.android.gms.common.api.ApiException
Public Methods
TurnBasedMatch getMatch()
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.ApiException
From class java.lang.Throwable
From class java.lang.Object

Fields

protected final TurnBasedMatch match

Public Methods

public TurnBasedMatch getMatch ()

Returns
TurnBasedMatch