chore: onRecvSysMsg

This commit is contained in:
手瓜一十雪
2024-08-26 11:33:17 +08:00
parent 72416f7e17
commit 4391a479cf
3 changed files with 19 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ export class NodeIKernelMsgListener {
}
onRecvSysMsg(arrayList: unknown) {
onRecvSysMsg(arrayList: Array<number>) {
}

View File

@@ -1,9 +1,9 @@
export class NodeIKernelRecentContactListener {
export class NodeIKernelRecentContactListener {
onDeletedContactsNotify(...args: unknown[]) {
}
onRecentContactNotification(...args: unknown[]) {
onRecentContactNotification(msgList: any, arg0: { msgListUnreadCnt: string }, arg1: number) {
}