Class GKTurnBasedParticipantStatus


  • public final class GKTurnBasedParticipantStatus
    extends java.lang.Object
    Constants that describe the state of individual participants in the match
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Active
      a participant that is active in this match
      static long Declined
      a participant that has declined an invite to this match
      static long Done
      a participant is done with this session
      static long Invited
      a participant has been invited but not yet responded
      static long Matching
      a participant that is waiting to be matched
      static long Unknown
      Statuses that are set by GameKit
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Unknown

        public static final long Unknown
        Statuses that are set by GameKit
        See Also:
        Constant Field Values
      • Invited

        public static final long Invited
        a participant has been invited but not yet responded
        See Also:
        Constant Field Values
      • Declined

        public static final long Declined
        a participant that has declined an invite to this match
        See Also:
        Constant Field Values
      • Matching

        public static final long Matching
        a participant that is waiting to be matched
        See Also:
        Constant Field Values
      • Active

        public static final long Active
        a participant that is active in this match
        See Also:
        Constant Field Values
      • Done

        public static final long Done
        a participant is done with this session
        See Also:
        Constant Field Values