Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QChatEventInterface

Example:

const instance = new SDK()

instance.on('msg', msg => { console.log(msg) }

Hierarchy

  • QChatEventInterface

Index

Properties

disconnect: []

连接断开

kicked: [kickedReason: TKickedReason]

被踢下线

logined: [loginResult: LoginResult]

登录成功

message: [msg: QChatMessage]

收到消息

messageUpdate: [msg: QChatMessage, updateOperatorInfo: QChatMessageUpdateOperatorInfo]

收到消息更新

multiSpotLogin: [multiLoginResults: MultiSpotLoginResult[]]

多端登陆通知

recvTypingEvent: [event: QChatRecvTypingEventResult]

收到“正在输入”事件

serverUnreadInfo: [msg: QChatServerUnreadInfo]

收到服务器总消息未读通知

syncSystemNotifications: [sysNotifications: QChatSystemNotification[]]

同步阶段-收到未读的离线系统通知

systemNotification: [notificationEvent: SystemNotificationEvent]

收到系统通知

systemNotificationUpdate: [sysNotification: QChatSystemNotification]

收到系统通知更新

unreadInfo: [msg: QChatChannelUnreadInfo]

收到消息未读通知

willReconnect: [result: WillReconnectEventResult]

开始自动重连