Skip to content

Commit

Permalink
Merge pull request #538 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Format of Client API of Getting Contacts
  • Loading branch information
haoxiuwen authored Dec 7, 2023
2 parents a2ac46e + 7032261 commit a557340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/android/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### 新增特性

- [IM SDK] 新增[设置好友备注功能](user_relationship.html#设置好友备注)
- [IM SDK] 新增 `asyncFetchAllContactsFromServer` 方法[从服务器一次性或分页获取好友列表](user_relationship.html#获取好友列表),每个好友对象包含好友的用户 ID 和好友备注。
- [IM SDK] 新增 `asyncFetchAllContactsFromServer` 方法[从服务器一次性或分页获取好友列表](user_relationship.html#从服务端获取好友列表),每个好友对象包含好友的用户 ID 和好友备注。
- [IM SDK] 新增 `fetchContactFromLocal` 方法[从本地获取单个好友的用户 ID 和好友备注](user_relationship.html#从本地获取好友列表)
- [IM SDK] 新增 `asyncFetchAllContactsFromLocal` 方法[从本地分页获取好友列表](user_relationship.html#从本地获取好友列表),每个好友对象包含好友的用户 ID 和好友备注。
- [IM SDK] 新增 `EMMessage#isBroadcast` 属性用于判断通过该消息是否为聊天室全局广播消息。可通过[调用 REST API 发送聊天室全局广播消息](/document/server-side/message_chatroom.html#发送聊天室全局广播消息)
Expand Down

0 comments on commit a557340

Please sign in to comment.