-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.public_def.NIMQChatMsgType
Zvicii edited this page Feb 10, 2023
·
7 revisions
qchat_def/public_def.NIMQChatMsgType
- kNIMQChatMsgTypeText
- kNIMQChatMsgTypeImage
- kNIMQChatMsgTypeAudio
- kNIMQChatMsgTypeVideo
- kNIMQChatMsgTypeLocation
- kNIMQChatMsgTypeNotification
- kNIMQChatMsgTypeFile
- kNIMQChatMsgTypeTips
- kNIMQChatMsgTypeCustom
- kNIMQChatMsgTypeUnknown
• kNIMQChatMsgTypeText = 0
文本类型消息
ts/qchat_def/public_def.ts:463
• kNIMQChatMsgTypeImage = 1
图片类型消息
ts/qchat_def/public_def.ts:465
• kNIMQChatMsgTypeAudio = 2
声音类型消息
ts/qchat_def/public_def.ts:467
• kNIMQChatMsgTypeVideo = 3
视频类型消息
ts/qchat_def/public_def.ts:469
• kNIMQChatMsgTypeLocation = 4
位置类型消息
ts/qchat_def/public_def.ts:471
• kNIMQChatMsgTypeNotification = 5
通知类型消息
ts/qchat_def/public_def.ts:473
• kNIMQChatMsgTypeFile = 6
文件类型消息
ts/qchat_def/public_def.ts:475
• kNIMQChatMsgTypeTips = 10
提醒类型消息
ts/qchat_def/public_def.ts:477
• kNIMQChatMsgTypeCustom = 100
自定义消息
ts/qchat_def/public_def.ts:479
• kNIMQChatMsgTypeUnknown = 1000
未知类型消息,作为默认值
ts/qchat_def/public_def.ts:481
- 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