Package apple.gamekit.enums
Class GKTurnBasedExchangeStatus
- java.lang.Object
-
- apple.gamekit.enums.GKTurnBasedExchangeStatus
-
public final class GKTurnBasedExchangeStatus extends java.lang.ObjectConstants that describe the status of exchanges and their replies
-
-
Field Detail
-
Unknown
public static final byte Unknown
- See Also:
- Constant Field Values
-
Active
public static final byte Active
- See Also:
- Constant Field Values
-
Complete
public static final byte Complete
- See Also:
- Constant Field Values
-
Resolved
public static final byte Resolved
- See Also:
- Constant Field Values
-
Canceled
public static final byte Canceled
- See Also:
- Constant Field Values
-
-