TcrEvent Constants Reference
Declared in | TCRSdkConst.h |
---|
TcrEvent
Definition
typedef NS_ENUM(NSUInteger, TcrEvent ) {
STATE_INITED,
STATE_CONNECTED,
STATE_RECONNECTING,
STATE_CLOSED,
CLIENT_STATS,
GAME_START_COMPLETE,
GAME_PROCESS_STOPPED,
ARCHIVE_LOAD_STATUS,
ARCHIVE_SAVE_STATUS,
INPUT_STATUS_CHANGED,
REMOTE_DESKTOP_INFO,
SCREEN_CONFIG_CHANGE,
VIDEO_STREAM_CONFIG_CHANGED,
CURSOR_IMAGE_INFO,
CLIENT_LOW_FPS,
CURSOR_STATE_CHANGE,
MULTI_USER_SEAT_INFO,
MULTI_USER_ROLE_APPLY,
INPUT_STATE_CHANGE,
START_AUTO_LOGIN,
};
Constants
STATE_INITED
-
This event indicates that the session has been initialized.
Declared In
TCRSdkConst.h
. STATE_CONNECTED
-
This event indicates that the session is connected.
Declared In
TCRSdkConst.h
. STATE_RECONNECTING
-
This event indicates that the session is reconnecting. You can do some interaction to prompt your user.
Declared In
TCRSdkConst.h
. STATE_CLOSED
-
This event indicates that the session is closed, and thus it can not be used any more.
Declared In
TCRSdkConst.h
. CLIENT_STATS
-
This event indicates that the performance data is updated.
Declared In
TCRSdkConst.h
. GAME_START_COMPLETE
-
This event indicates that the status of the game process on the server has been changed.
Declared In
TCRSdkConst.h
. GAME_PROCESS_STOPPED
-
This event indicates that the status of the game process on the server has been stopped.
Declared In
TCRSdkConst.h
. ARCHIVE_LOAD_STATUS
-
This event indicates the status of the archive loading in the server.
Declared In
TCRSdkConst.h
. ARCHIVE_SAVE_STATUS
-
This event indicates the status of the archive saving in the server.
Declared In
TCRSdkConst.h
. INPUT_STATUS_CHANGED
-
This event indicates that the input status of the server has changed.
Declared In
TCRSdkConst.h
. REMOTE_DESKTOP_INFO
-
Declared In
TCRSdkConst.h
. SCREEN_CONFIG_CHANGE
-
This event indicates that the configuration of the cloud phone screen configuration has been changed.
Declared In
TCRSdkConst.h
. VIDEO_STREAM_CONFIG_CHANGED
-
This event indicates that the cloud Mobile screen information is updated.
Declared In
TCRSdkConst.h
. CURSOR_IMAGE_INFO
-
This event indicates that the remote cursor image information is updated.
Declared In
TCRSdkConst.h
. CLIENT_LOW_FPS
-
This event indicates that the frame rate remains low for 10 consecutive seconds.
Declared In
TCRSdkConst.h
. CURSOR_STATE_CHANGE
-
This event indicates that the showing status of cloud cursor is changed.
Declared In
TCRSdkConst.h
. MULTI_USER_SEAT_INFO
-
This event indicates that the multi user seat info is updated.
Declared In
TCRSdkConst.h
. MULTI_USER_ROLE_APPLY
-
This event indicates that some user request to change seat. Note that only the host will receive this event.
Declared In
TCRSdkConst.h
. INPUT_STATE_CHANGE
-
This event indicates that the status of the remote input box has changed.
Declared In
TCRSdkConst.h
. START_AUTO_LOGIN
-
Declared In
TCRSdkConst.h
.