Skip to content

Commit

Permalink
Merge pull request #503 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Release Notes
  • Loading branch information
haoxiuwen authored Nov 17, 2023
2 parents 1cc2951 + 87714f5 commit f791dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/document/android/group_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ String cursor = result.getCursor();

### 查询当前用户已加入的群组数量

你可以调用 `EMGroupManager#asyncGetJoinedGroupsCountFromServer` 方法从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于订阅的即时通讯的套餐包,详见[产品价格](product/pricing.html#套餐包功能详情)
你可以调用 `EMGroupManager#asyncGetJoinedGroupsCountFromServer` 方法从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于订阅的即时通讯的套餐包,详见[产品价格](/product/pricing.html#套餐包功能详情)

```java
EMClient.getInstance().groupManager().asyncGetJoinedGroupsCountFromServer(new EMValueCallBack<Integer>() {
Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/group_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ do {

### 查询当前用户已加入的群组数量

你可以调用 `EMGroupManager#getJoinedGroupsCountFromServerWithCompletion` 方法用于从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于你订阅的即时通讯的套餐包,详见[产品价格](product/pricing.html#套餐包功能详情)
你可以调用 `EMGroupManager#getJoinedGroupsCountFromServerWithCompletion` 方法用于从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于你订阅的即时通讯的套餐包,详见[产品价格](/product/pricing.html#套餐包功能详情)

```objectivec
[EMClient.sharedClient.groupManager getJoinedGroupsCountFromServerWithCompletion:^(NSInteger groupCount, EMError * _Nullable aError) {
Expand Down

0 comments on commit f791dfe

Please sign in to comment.