Skip to content

nim.talk.NIMTalkEvents

Zvicii edited this page Oct 24, 2022 · 3 revisions

Interface: NIMTalkEvents

nim/talk.NIMTalkEvents

Table of contents

Properties

Properties

sendMsg

sendMsg: [SendMessageArc]

发送消息回调

Defined in

ts/nim/talk.ts:17


receiveMsg

receiveMsg: [IMMessage]

接收消息

Defined in

ts/nim/talk.ts:19


receiveMsgs

receiveMsgs: [IMMessage[]]

批量接收消息,如离线/漫游消息

Defined in

ts/nim/talk.ts:21


recallMsgs

recallMsgs: [number, RecallMsgNotify[]]

消息撤回通知

Defined in

ts/nim/talk.ts:23


receiveBroadcastMsg

receiveBroadcastMsg: [BroadcastMessage]

接收广播消息

Defined in

ts/nim/talk.ts:25


receiveBroadcastMsgs

receiveBroadcastMsgs: [BroadcastMessage[]]

批量接收广播消息

Defined in

ts/nim/talk.ts:27

Clone this wiki locally