feat: add logs function (#6)
This commit is contained in:
10
src/types/libOpenIMSDK.d.ts
vendored
10
src/types/libOpenIMSDK.d.ts
vendored
@@ -752,6 +752,16 @@ declare module 'libOpenIMSDK' {
|
||||
ex: string,
|
||||
pCallback: CB_I_S
|
||||
): void;
|
||||
logs(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
logLevel: number,
|
||||
file: string,
|
||||
line: number,
|
||||
msgs: string,
|
||||
err: string,
|
||||
keyAndValue: string
|
||||
): void;
|
||||
}
|
||||
const lib: LibOpenIMSDK;
|
||||
export default lib;
|
||||
|
||||
Reference in New Issue
Block a user