feat: add new input state api (#11)
This commit is contained in:
12
src/types/libOpenIMSDK.d.ts
vendored
12
src/types/libOpenIMSDK.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user