|
NIMSDK-AOS
10.9.76
|
收藏信息 更多...
Public 成员函数 | |
| String | getCollectionId () |
| 获取收藏信息服务器 ID 更多... | |
| int | getCollectionType () |
| 获取收藏类型,大于 0, 可以按该字段分类 更多... | |
| String | getCollectionData () |
| 获取收藏数据,最大 20480 字节 更多... | |
| String | getServerExtension () |
| 获取扩展字段,最大1024 更多... | |
| long | getCreateTime () |
| 创建时间 更多... | |
| long | getUpdateTime () |
| 更新时间 更多... | |
| String | getUniqueId () |
| 去重唯一ID, 如果ID相同, 则不会新增收藏,只更新之前的收藏内容 更多... | |
收藏信息
在文件 V2NIMCollection.java 第 8 行定义.
| String com.netease.nimlib.sdk.v2.message.V2NIMCollection.getCollectionData | ( | ) |
获取收藏数据,最大 20480 字节
| String com.netease.nimlib.sdk.v2.message.V2NIMCollection.getCollectionId | ( | ) |
获取收藏信息服务器 ID
| int com.netease.nimlib.sdk.v2.message.V2NIMCollection.getCollectionType | ( | ) |
获取收藏类型,大于 0, 可以按该字段分类
| long com.netease.nimlib.sdk.v2.message.V2NIMCollection.getCreateTime | ( | ) |
创建时间
| String com.netease.nimlib.sdk.v2.message.V2NIMCollection.getServerExtension | ( | ) |
获取扩展字段,最大1024
| String com.netease.nimlib.sdk.v2.message.V2NIMCollection.getUniqueId | ( | ) |
去重唯一ID, 如果ID相同, 则不会新增收藏,只更新之前的收藏内容
| long com.netease.nimlib.sdk.v2.message.V2NIMCollection.getUpdateTime | ( | ) |
更新时间
1.8.11