-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.system_notification_def
- QChatSystemNotification
- QChatTypingEvent
- QChatRecvSystemNotificationResp
- QChatSystemNotificationUpdatedResp
- QChatSendSystemNotificationResp
- QChatUpdateSystemNotificationResp
- QChatMarkReadSystemNotificationResp
- QChatMarkSystemNotificationsReadResp
- QChatRecvTypingEventResp
- QChatSendTypingEventResp
- QChatSendSystemNotificationParam
- QChatUpdateSystemNotificationParam
- NIMQChatSystemNotificationMarkReadInfo
- QChatMarkSystemNotificationsReadParam
- QChatRegRecvTypingEventCbParam
- QChatSendTypingEventParam
- RecvSystemNotificationCallback
- SendSystemNotificationCallback
- SystemNotificationUpdatedCallback
- UpdateSystemNotificationCallback
- MarkReadSystemNotificationCallback
- RecvTypingEventCallback
- SendTypingEventCallback
Ƭ RecvSystemNotificationCallback: (resp
: QChatRecvSystemNotificationResp
) => void
▸ (resp
): void
接收系统消息回调
Name | Type |
---|---|
resp |
QChatRecvSystemNotificationResp |
void
ts/qchat_def/system_notification_def.ts:133
Ƭ SendSystemNotificationCallback: (resp
: QChatSendSystemNotificationResp
) => void
▸ (resp
): void
发送系统消息回调
Name | Type |
---|---|
resp |
QChatSendSystemNotificationResp |
void
ts/qchat_def/system_notification_def.ts:135
Ƭ SystemNotificationUpdatedCallback: (resp
: QChatSystemNotificationUpdatedResp
) => void
▸ (resp
): void
消息更新回调
Name | Type |
---|---|
resp |
QChatSystemNotificationUpdatedResp |
void
ts/qchat_def/system_notification_def.ts:137
Ƭ UpdateSystemNotificationCallback: (resp
: QChatUpdateSystemNotificationResp
) => void
▸ (resp
): void
更新系统通知回调
Name | Type |
---|---|
resp |
QChatUpdateSystemNotificationResp |
void
ts/qchat_def/system_notification_def.ts:139
Ƭ MarkReadSystemNotificationCallback: (resp
: QChatMarkSystemNotificationsReadResp
) => void
▸ (resp
): void
标记系统通知消息已读回调函数
Name | Type |
---|---|
resp |
QChatMarkSystemNotificationsReadResp |
void
ts/qchat_def/system_notification_def.ts:141
Ƭ RecvTypingEventCallback: (resp
: QChatRecvTypingEventResp
) => void
▸ (resp
): void
接收圈组正在输入事件回调
Name | Type |
---|---|
resp |
QChatRecvTypingEventResp |
void
ts/qchat_def/system_notification_def.ts:143
Ƭ SendTypingEventCallback: (resp
: QChatSendTypingEventResp
) => void
▸ (resp
): void
发送圈组正在输入事件回调
Name | Type |
---|---|
resp |
QChatSendTypingEventResp |
void
ts/qchat_def/system_notification_def.ts:145
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def