Package apple.gamekit.enums
Class GKChallengeState
- java.lang.Object
-
- apple.gamekit.enums.GKChallengeState
-
public final class GKChallengeState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCompletedThe challenge has been completed by the receiving playerstatic longDeclinedThe challenge has been declined by the receiving playerstatic longInvalidstatic longPendingThe challenge has been issued, but neither completed nor declined
-
-
-
Field Detail
-
Invalid
public static final long Invalid
- See Also:
- Constant Field Values
-
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
-
-