comp.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. export const AddFriendQrCodePrefix = "io.openim.app/addFriend/";
  2. export const AddGroupQrCodePrefix = "io.openim.app/joinGroup/";
  3. export const ChatingFooterActionTypes = {
  4. Album: "Album",
  5. Camera: "Camera",
  6. takePhoto: "takePhoto",
  7. pickCamera: "pickCamera",
  8. Call: "Call",
  9. VideoCall: "VideoCall",
  10. File: "File",
  11. Card: "Card",
  12. Location: "Location",
  13. Order: "Order",
  14. Follow: "Follow",
  15. StoreOrder: "StoreOrder",
  16. CouponPackage:"CouponPackage",
  17. InquirySelect:"InquirySelect",
  18. Course:"Course"
  19. };
  20. export const MessageMenuTypes = {
  21. Copy: "Copy",
  22. Del: "Del",
  23. Forward: "Forward",
  24. Reply: "Reply",
  25. Revoke: "Revoke",
  26. Multiple: "Multiple",
  27. };
  28. export const ContactMenuTypes = {
  29. NewFriend: "NewFriend",
  30. NewGroup: "NewGroup",
  31. MyFriend: "MyFriend",
  32. MyGroup: "MyGroup",
  33. Moments: "Moments",
  34. Lable: "Lable",
  35. };
  36. export const GroupMemberListTypes = {
  37. Preview: "Preview",
  38. Transfer: "Transfer",
  39. Kickout: "Kickout",
  40. SetAdmin: "SetAdmin",
  41. Mute: 'Mute',
  42. ChooseAt: "ChooseAt",
  43. CallInvite: "CallInvite",
  44. };
  45. export const ContactChooseTypes = {
  46. Invite: "Invite",
  47. ForWard: "ForWard",
  48. BatchForWard: "BatchForWard",
  49. MergeForWard: "MergeForWard",
  50. Card: "Card",
  51. ShareCard: "ShareCard",
  52. GetList: "GetList",
  53. GetListWithGroup: "GetListWithGroup",
  54. InviteMeeting: "InviteMeeting",
  55. SendImage: 'SendImage'
  56. };
  57. export const UpdateMessageTypes = {
  58. Overall: "Overall",
  59. KeyWords: "KeyWords",
  60. };
  61. export const SmsUserFor = {
  62. Register: 1,
  63. Reset: 2,
  64. Login: 3,
  65. };
  66. export const CommonIsAllow = {
  67. Allow: 1,
  68. NotAllow: 2,
  69. };
  70. export const GlobalSearchTypes = {
  71. Comprehensive: 0,
  72. Contacts: 1,
  73. Groups: 2,
  74. ChatLogs: 3,
  75. Documents: 4,
  76. };
  77. export const CustomMessageStatus = {
  78. Success: "success",
  79. Cancel: "cancel",
  80. Canceled: "canceled",
  81. Refuse: "refuse",
  82. Refused: "refused",
  83. Timeout: "timeout",
  84. AccessByOther: "accessByOther",
  85. RejectedByOther: "rejectedByOther",
  86. };