|
NIMSDK-AOS
10.9.71
|
消息类型定义 更多...
Public 成员函数 | |
| MsgTypeEnum (int value, String sendMessageTip) | |
| final int | getValue () |
| final String | getSendMessageTip () |
静态 Public 成员函数 | |
| static MsgTypeEnum | typeOfValue (int value) |
Public 属性 | |
| undef =(-1, "Unknown") | |
| 未知消息类型 更多... | |
| text =(ITalkService.MsgType.text, "") | |
| 文本消息类型 更多... | |
| image =(ITalkService.MsgType.image, "图片") | |
| 图片消息 更多... | |
| audio =(ITalkService.MsgType.audio, "语音") | |
| 音频消息 更多... | |
| video =(ITalkService.MsgType.video, "视频") | |
| 视频消息 更多... | |
| location =(ITalkService.MsgType.location, "位置") | |
| 位置消息 更多... | |
| file =(ITalkService.MsgType.file, "文件") | |
| 文件消息 更多... | |
| avchat =(ITalkService.MsgType.avchat, "音视频通话") | |
| 音视频通话 更多... | |
| notification =(ITalkService.MsgType.notification, "通知消息") | |
| 通知消息 更多... | |
| tip =(ITalkService.MsgType.tip, "提醒消息") | |
| 提醒类型消息 更多... | |
| robot =(ITalkService.MsgType.robot, "机器人消息") | |
| 机器人消息 更多... | |
| nrtc_netcall =(ITalkService.MsgType.nrtc_netcall, "通话记录") | |
| G2话单消息 更多... | |
| custom =(ITalkService.MsgType.custom, "自定义消息") | |
| 第三方APP自定义消息 更多... | |
| appCustom =(ITalkService.MsgType.appCustom, "七鱼接入方自定义消息") | |
| 七鱼接入方自定义的消息 更多... | |
| qiyuCustom =(ITalkService.MsgType.qiyuCustom, "七鱼custom消息") | |
| 七鱼类型的 custom 消息 更多... | |
| qchatCustom =(ITalkService.MsgType.qchatCustom, "圈组自定义消息") | |
| 圈组自定义消息 更多... | |
| final String | sendMessageTip |
消息类型定义
在文件 MsgTypeEnum.java 第 8 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.MsgTypeEnum | ( | int | value, |
| String | sendMessageTip | ||
| ) |
在文件 MsgTypeEnum.java 第 94 行定义.
| final String com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.getSendMessageTip | ( | ) |
在文件 MsgTypeEnum.java 第 113 行定义.
| final int com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.getValue | ( | ) |
在文件 MsgTypeEnum.java 第 109 行定义.
|
static |
在文件 MsgTypeEnum.java 第 99 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.appCustom =(ITalkService.MsgType.appCustom, "七鱼接入方自定义消息") |
七鱼接入方自定义的消息
在文件 MsgTypeEnum.java 第 78 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.audio =(ITalkService.MsgType.audio, "语音") |
音频消息
在文件 MsgTypeEnum.java 第 28 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.avchat =(ITalkService.MsgType.avchat, "音视频通话") |
音视频通话
在文件 MsgTypeEnum.java 第 48 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.custom =(ITalkService.MsgType.custom, "自定义消息") |
第三方APP自定义消息
在文件 MsgTypeEnum.java 第 73 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.file =(ITalkService.MsgType.file, "文件") |
文件消息
在文件 MsgTypeEnum.java 第 43 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.image =(ITalkService.MsgType.image, "图片") |
图片消息
在文件 MsgTypeEnum.java 第 23 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.location =(ITalkService.MsgType.location, "位置") |
位置消息
在文件 MsgTypeEnum.java 第 38 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.notification =(ITalkService.MsgType.notification, "通知消息") |
通知消息
在文件 MsgTypeEnum.java 第 53 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.nrtc_netcall =(ITalkService.MsgType.nrtc_netcall, "通话记录") |
G2话单消息
在文件 MsgTypeEnum.java 第 68 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.qchatCustom =(ITalkService.MsgType.qchatCustom, "圈组自定义消息") |
圈组自定义消息
在文件 MsgTypeEnum.java 第 87 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.qiyuCustom =(ITalkService.MsgType.qiyuCustom, "七鱼custom消息") |
七鱼类型的 custom 消息
在文件 MsgTypeEnum.java 第 83 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.robot =(ITalkService.MsgType.robot, "机器人消息") |
机器人消息
在文件 MsgTypeEnum.java 第 63 行定义.
| final String com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.sendMessageTip |
在文件 MsgTypeEnum.java 第 92 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.text =(ITalkService.MsgType.text, "") |
文本消息类型
在文件 MsgTypeEnum.java 第 18 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.tip =(ITalkService.MsgType.tip, "提醒消息") |
提醒类型消息
在文件 MsgTypeEnum.java 第 58 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.undef =(-1, "Unknown") |
未知消息类型
在文件 MsgTypeEnum.java 第 13 行定义.
| com.netease.nimlib.sdk.msg.constant.MsgTypeEnum.video =(ITalkService.MsgType.video, "视频") |
视频消息
在文件 MsgTypeEnum.java 第 33 行定义.
1.8.11