setGroupApplicationRead
功能介绍
标记所有群组申请列表为已读
web 不支持
参数详解
此API无参数
返回模板
V2TimCallback
{
code : int
desc : String
}
返回值详解
名称 | 数值类型 | 描述 |
---|---|---|
code | int | 请求结果错误码 |
desc | String | 请求结果描述符 |
代码示例
// 标记所有群组申请列表为已读
V2TimCallback setGroupApplicationReadRes = await TencentImSDKPlugin
.v2TIMManager
.getGroupManager()
.setGroupApplicationRead();
if (setGroupApplicationReadRes.code == 0) {
// 设置成功
}