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