public final class PlayerStateID
extends java.lang.Object
STOP! Do not modify this file. Changes will be overwritten during official grading.
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTED
Involved in the game (accepted the invitation) but not currently playing.
|
static int |
INVITED
Invited to the game but has not yet responded to the invitation.
|
static int |
PLAYING
Using the app to play this game right now.
|
static int |
REMOVED
Declined the invitation or left the game.
|
Constructor and Description |
---|
PlayerStateID() |
public static final int ACCEPTED
public static final int INVITED
public static final int PLAYING
public static final int REMOVED