feat: add new input state api (#11)

This commit is contained in:
blooming
2024-10-17 15:13:14 +08:00
committed by GitHub
parent 4ac70c34e2
commit 2ef3ee9ef9
14 changed files with 77 additions and 18 deletions

View File

@@ -263,6 +263,18 @@ declare module 'libOpenIMSDK' {
clientMsgID: string
): void;
hide_all_conversations(cCallback: CB_S_I_S_S, operationID: string): void;
change_input_states(
cCallback: CB_S_I_S_S,
operationID: string,
conversationID: string,
focus: number
): void;
get_input_states(
cCallback: CB_S_I_S_S,
operationID: string,
conversationID: string,
userID: string
): void;
delete_all_msg_from_local_and_svr(
cCallback: CB_S_I_S_S,
operationID: string