Class GKChallengeState


  • public final class GKChallengeState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Completed
      The challenge has been completed by the receiving player
      static long Declined
      The challenge has been declined by the receiving player
      static long Invalid  
      static long Pending
      The challenge has been issued, but neither completed nor declined
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Pending

        public static final long Pending
        The challenge has been issued, but neither completed nor declined
        See Also:
        Constant Field Values
      • Completed

        public static final long Completed
        The challenge has been completed by the receiving player
        See Also:
        Constant Field Values
      • Declined

        public static final long Declined
        The challenge has been declined by the receiving player
        See Also:
        Constant Field Values