123456789101112131415161718192021 |
- export const PageEvents = {
- PreviewVideo: "PreviewVideo",
- TypingUpdate: "TypingUpdate",
- OnlineStateCheck: "OnlineStateCheck",
- GlobalToast: "GlobalToast",
- ScrollToBottom: "ScrollToBottom",
- AtSomeOne: "AtSomeOne",
- MutipleCheckUpdate: "MutipleCheckUpdate",
- RtcCall: "RtcCall",
- CheckForUpdate: "CheckForUpdate",
- CheckForUpdateResp: "CheckForUpdateResp",
- PushNewComment: "PushNewComment",
- DeleteComment: "DeleteComment",
- DeleteMoments: "DeleteMoments",
- OperateLike: "OperateLike",
- RefreshMoments: "RefreshMoments",
- RefreshMomentsUnreadCount: "RefreshMomentsUnreadCount",
- NativeCallEnd: "NativeCallEnd",
- GroupMessageReceipt: "GroupMessageReceipt",
- ReEditMessage: "ReEditMessage",
- };
|