Package apple.gamekit.enums
Class GKTurnBasedParticipantStatus
- java.lang.Object
-
- apple.gamekit.enums.GKTurnBasedParticipantStatus
-
public final class GKTurnBasedParticipantStatus extends java.lang.ObjectConstants that describe the state of individual participants in the match
-
-
Field Summary
Fields Modifier and Type Field Description static longActivea participant that is active in this matchstatic longDeclineda participant that has declined an invite to this matchstatic longDonea participant is done with this sessionstatic longInviteda participant has been invited but not yet respondedstatic longMatchinga participant that is waiting to be matchedstatic longUnknownStatuses that are set by GameKit
-
-
-
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
-
-