|
NIMSDK-AOS
10.9.80
|
消息记录的历史版本记录 更多...
Public 成员函数 | |
| String | getUrl () |
| 记录文件的下载地址 更多... | |
| String | getSecretKey () |
| 记录文件的加密密钥 更多... | |
| String | getTag () |
| 记录的备注 更多... | |
| Map< String, Object > | getAttach () |
| 记录的自定义扩展 更多... | |
| int | getClientType () |
| 记录的客户端类型: Android 1 , IOS 2 ,WINDOWS 4 更多... | |
消息记录的历史版本记录
在文件 IHistoryRecord.java 第 8 行定义.
| Map<String, Object> com.netease.nimlib.sdk.migration.model.IHistoryRecord.getAttach | ( | ) |
记录的自定义扩展
| int com.netease.nimlib.sdk.migration.model.IHistoryRecord.getClientType | ( | ) |
记录的客户端类型: Android 1 , IOS 2 ,WINDOWS 4
| String com.netease.nimlib.sdk.migration.model.IHistoryRecord.getSecretKey | ( | ) |
记录文件的加密密钥
| String com.netease.nimlib.sdk.migration.model.IHistoryRecord.getTag | ( | ) |
记录的备注
| String com.netease.nimlib.sdk.migration.model.IHistoryRecord.getUrl | ( | ) |
记录文件的下载地址
1.8.11