feat: add upload logs func (#4)
This commit is contained in:
7
src/types/libOpenIMSDK.d.ts
vendored
7
src/types/libOpenIMSDK.d.ts
vendored
@@ -745,6 +745,13 @@ declare module 'libOpenIMSDK' {
|
||||
cFileInfo: string,
|
||||
pCallback: CB_I_S
|
||||
): void;
|
||||
upload_logs(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
line: number,
|
||||
ex: string,
|
||||
pCallback: CB_I_S
|
||||
): void;
|
||||
}
|
||||
const lib: LibOpenIMSDK;
|
||||
export default lib;
|
||||
|
||||
Reference in New Issue
Block a user