NIMSDK-AOS
9.17.0
|
消息撤回通知实体 收到消息撤回通知后,sdk 会通知观察者,携带此对象 更多...
Public 成员函数 | |
RevokeMsgNotification (IMMessage message, String attach, String revokeAccount, String customInfo, int notificationType, RevokeType revokeType, String callbackExt) | |
IMMessage | getMessage () |
获取撤回对应的消息 更多... | |
String | getAttach () |
附件信息 更多... | |
String | getRevokeAccount () |
获取撤回消息的操作帐号 更多... | |
String | getCustomInfo () |
获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。 更多... | |
int | getNotificationType () |
获取通知类型: 1表示是离线,2表示是漫游 , 默认 0 更多... | |
RevokeType | getRevokeType () |
获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义 更多... | |
String | getCallbackExt () |
消息撤回通知实体 收到消息撤回通知后,sdk 会通知观察者,携带此对象
在文件 RevokeMsgNotification.java 第 12 行定义.
com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.RevokeMsgNotification | ( | IMMessage | message, |
String | attach, | ||
String | revokeAccount, | ||
String | customInfo, | ||
int | notificationType, | ||
RevokeType | revokeType, | ||
String | callbackExt | ||
) |
在文件 RevokeMsgNotification.java 第 52 行定义.
String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getAttach | ( | ) |
附件信息
在文件 RevokeMsgNotification.java 第 73 行定义.
String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getCallbackExt | ( | ) |
在文件 RevokeMsgNotification.java 第 105 行定义.
String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getCustomInfo | ( | ) |
获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。
在文件 RevokeMsgNotification.java 第 87 行定义.
IMMessage com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getMessage | ( | ) |
获取撤回对应的消息
在文件 RevokeMsgNotification.java 第 66 行定义.
int com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getNotificationType | ( | ) |
获取通知类型: 1表示是离线,2表示是漫游 , 默认 0
在文件 RevokeMsgNotification.java 第 94 行定义.
String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getRevokeAccount | ( | ) |
获取撤回消息的操作帐号
在文件 RevokeMsgNotification.java 第 80 行定义.
RevokeType com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getRevokeType | ( | ) |
获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义
在文件 RevokeMsgNotification.java 第 101 行定义.