public final class GKTurnBasedMatchOutcome
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CustomRange
game result range available for custom app use
|
static long |
First |
static long |
Fourth |
static long |
Lost
Participant lost
|
static long |
None
Participants who are not done with a match have this state
|
static long |
Quit
Participant quit
|
static long |
Second |
static long |
Third |
static long |
Tied
Participant tied
|
static long |
TimeExpired
Game ended due to time running out
|
static long |
Won
Participant won
|
public static final long None
public static final long Quit
public static final long Won
public static final long Lost
public static final long Tied
public static final long TimeExpired
public static final long First
public static final long Second
public static final long Third
public static final long Fourth
public static final long CustomRange