public class Tag extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Result |
batchSet(BatchTagModel batchTag)
为应用中的用户添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
|
GetTagResult |
get(GetTagModel getTag)
查询用户所有标签功能,支持批量查询每次最多查询 50 个用户。
|
RongCloud |
getRongCloud() |
Result |
set(TagModel tag)
为应用中的用户添加标签,如果某用户已经添加了标签,再次对用户添加标签时将覆盖之前设置的标签内容。
|
void |
setRongCloud(RongCloud rongCloud) |
public RongCloud getRongCloud()
public void setRongCloud(RongCloud rongCloud)
public Result set(TagModel tag) throws Exception
tag - 用户标签信息Exceptionpublic Result batchSet(BatchTagModel batchTag) throws Exception
batchTag - 多个用户标签信息Exceptionpublic GetTagResult get(GetTagModel getTag) throws Exception
getTag - 多个用户idsExceptionCopyright © 2020 RcongCloud Group. All rights reserved.