setGroupApplicationRead
Introduction
Mark all the group entry application items as read, to clear the count of application items.
Not works on Web.
Parameter details
This API has no parameters
Returned template
V2TimCallback
{
code : int
desc : String
}
Return value details
name | type | description |
---|---|---|
code | int | Request result: Error codes. 0 means success. |
desc | String | The description of the error. It will be empty if success. |
Code example
V2TimCallback setGroupApplicationReadRes = await TencentImSDKPlugin
.v2TIMManager
.getGroupManager()
.setGroupApplicationRead();
if (setGroupApplicationReadRes.code == 0) {
}