Package apple.gamekit.enums
Class GKTurnBasedMatchOutcome
- java.lang.Object
-
- apple.gamekit.enums.GKTurnBasedMatchOutcome
-
public final class GKTurnBasedMatchOutcome extends java.lang.ObjectConstants that describe the game result for a given participant who has reached the done state. The developer is free to use these constants or add additional ones
-
-
Field Summary
Fields Modifier and Type Field Description static longCustomRangegame result range available for custom app usestatic longFirststatic longFourthstatic longLostParticipant loststatic longNoneParticipants who are not done with a match have this statestatic longQuitParticipant quitstatic longSecondstatic longThirdstatic longTiedParticipant tiedstatic longTimeExpiredGame ended due to time running outstatic longWonParticipant won
-
-
-
Field Detail
-
None
public static final long None
Participants who are not done with a match have this state- See Also:
- Constant Field Values
-
Quit
public static final long Quit
Participant quit- See Also:
- Constant Field Values
-
Won
public static final long Won
Participant won- See Also:
- Constant Field Values
-
Lost
public static final long Lost
Participant lost- See Also:
- Constant Field Values
-
Tied
public static final long Tied
Participant tied- See Also:
- Constant Field Values
-
TimeExpired
public static final long TimeExpired
Game ended due to time running out- See Also:
- Constant Field Values
-
First
public static final long First
- See Also:
- Constant Field Values
-
Second
public static final long Second
- See Also:
- Constant Field Values
-
Third
public static final long Third
- See Also:
- Constant Field Values
-
Fourth
public static final long Fourth
- See Also:
- Constant Field Values
-
CustomRange
public static final long CustomRange
game result range available for custom app use- See Also:
- Constant Field Values
-
-