NIMSDK-AOS
9.19.0
|
机器人消息类型 更多...
Public 属性 | |
String | WELCOME = "00" |
欢迎消息 更多... | |
String | TEXT = "01" |
文本消息 更多... | |
String | LINK = "03" |
模块跳转 更多... | |
机器人消息类型
在文件 RobotMsgType.java 第 7 行定义.
String com.netease.nimlib.sdk.robot.model.RobotMsgType.LINK = "03" |
模块跳转
在文件 RobotMsgType.java 第 19 行定义.
String com.netease.nimlib.sdk.robot.model.RobotMsgType.TEXT = "01" |
文本消息
在文件 RobotMsgType.java 第 15 行定义.
String com.netease.nimlib.sdk.robot.model.RobotMsgType.WELCOME = "00" |
欢迎消息
在文件 RobotMsgType.java 第 11 行定义.