public static interface TcrCode.SessionStop
TcrSession.Event.STATE_CLOSED
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_FAILED
This value indicate that failed to connect to cloud
|
static int |
RECONNECT_FAILED
This value indicates that reconnection failure leads to exit
|
static int |
SERVER_DUPLICATE_CONNECT
This value indicates that the server issues an exit command: Repeat userID connection.
The cloud service background received a CreateSession request with the same UserID when the front-end and back-end were connected. |
static int |
SERVER_EXIT
This value indicates that the server issues an exit command: the cloud actively exits
|
static int |
SERVER_STOP_GAME
This value indicates that the server issues exit instructions: Cloud API call exit
|
static int |
SERVER_UNKNOWN
This value indicates that an unknown error occurred in the cloud
|
static int |
STOP_MANUALLY
This value indicates that the App call
TcrSession.release() to actively exit |
static final int SERVER_UNKNOWN
static final int SERVER_DUPLICATE_CONNECT
static final int SERVER_STOP_GAME
static final int SERVER_EXIT
static final int STOP_MANUALLY
TcrSession.release()
to actively exitstatic final int RECONNECT_FAILED
static final int CONNECT_FAILED