Skip to content

qchat_def.system_notification_def

Zvicii edited this page Jul 7, 2023 · 6 revisions

Module: qchat_def/system_notification_def

Table of contents

Interfaces

Type Aliases

Type Aliases

RecvSystemNotificationCallback

Ƭ RecvSystemNotificationCallback: (resp: QChatRecvSystemNotificationResp) => void

Type declaration

▸ (resp): void

接收系统消息回调

Parameters
Name Type
resp QChatRecvSystemNotificationResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:133


SendSystemNotificationCallback

Ƭ SendSystemNotificationCallback: (resp: QChatSendSystemNotificationResp) => void

Type declaration

▸ (resp): void

发送系统消息回调

Parameters
Name Type
resp QChatSendSystemNotificationResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:135


SystemNotificationUpdatedCallback

Ƭ SystemNotificationUpdatedCallback: (resp: QChatSystemNotificationUpdatedResp) => void

Type declaration

▸ (resp): void

消息更新回调

Parameters
Name Type
resp QChatSystemNotificationUpdatedResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:137


UpdateSystemNotificationCallback

Ƭ UpdateSystemNotificationCallback: (resp: QChatUpdateSystemNotificationResp) => void

Type declaration

▸ (resp): void

更新系统通知回调

Parameters
Name Type
resp QChatUpdateSystemNotificationResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:139


MarkReadSystemNotificationCallback

Ƭ MarkReadSystemNotificationCallback: (resp: QChatMarkSystemNotificationsReadResp) => void

Type declaration

▸ (resp): void

标记系统通知消息已读回调函数

Parameters
Name Type
resp QChatMarkSystemNotificationsReadResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:141


RecvTypingEventCallback

Ƭ RecvTypingEventCallback: (resp: QChatRecvTypingEventResp) => void

Type declaration

▸ (resp): void

接收圈组正在输入事件回调

Parameters
Name Type
resp QChatRecvTypingEventResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:143


SendTypingEventCallback

Ƭ SendTypingEventCallback: (resp: QChatSendTypingEventResp) => void

Type declaration

▸ (resp): void

发送圈组正在输入事件回调

Parameters
Name Type
resp QChatSendTypingEventResp
Returns

void

Defined in

ts/qchat_def/system_notification_def.ts:145

Clone this wiki locally