event.js 715 B

123456789101112131415161718192021
  1. export const PageEvents = {
  2. PreviewVideo: "PreviewVideo",
  3. TypingUpdate: "TypingUpdate",
  4. OnlineStateCheck: "OnlineStateCheck",
  5. GlobalToast: "GlobalToast",
  6. ScrollToBottom: "ScrollToBottom",
  7. AtSomeOne: "AtSomeOne",
  8. MutipleCheckUpdate: "MutipleCheckUpdate",
  9. RtcCall: "RtcCall",
  10. CheckForUpdate: "CheckForUpdate",
  11. CheckForUpdateResp: "CheckForUpdateResp",
  12. PushNewComment: "PushNewComment",
  13. DeleteComment: "DeleteComment",
  14. DeleteMoments: "DeleteMoments",
  15. OperateLike: "OperateLike",
  16. RefreshMoments: "RefreshMoments",
  17. RefreshMomentsUnreadCount: "RefreshMomentsUnreadCount",
  18. NativeCallEnd: "NativeCallEnd",
  19. GroupMessageReceipt: "GroupMessageReceipt",
  20. ReEditMessage: "ReEditMessage",
  21. };