Class GKTurnBasedMatchOutcome


  • public final class GKTurnBasedMatchOutcome
    extends java.lang.Object
    Constants 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 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait