-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1029 from haoxiuwen/doc-v2
Modify UIKit Docs
- Loading branch information
Showing
4 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
Binary file added
BIN
+81.3 KB
docs/.vuepress/public/images/uikit/chatuikit/ios/conversation_more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
--- | ||
{ | ||
pageUri: "/uikit/chatuikit/android/chatfeature_conversation.html", | ||
title: "会话列表" | ||
} | ||
--- | ||
# 会话特性 | ||
|
||
在会话列表页面,你 可以左滑或右滑单个会话进行会话操作,左滑菜单项包括会话免打扰、置顶会话和删除会话,右滑菜单包括会话已读和唤起更多菜单。 | ||
|
||
![img](/images/uikit/chatuikit/ios/configurationitem/conversation/Appearance_conversation_swipeLeftActions.png) | ||
|
||
<Toc /> | ||
|
||
## 会话已读 | ||
|
||
会话已读是指显示用户是否已阅读过含有未读消息的特定会话。 | ||
|
||
在单群聊 UIKit 中,用户可以右滑单个会话,将会话将置为已读。 | ||
|
||
## 会话置顶 | ||
|
||
会话置顶是指用户将重要的会话固定在聊天列表顶部,方便快速访问常用或优先级别的会话。 | ||
|
||
在单群聊 UIKit 中,用户可以左滑单个会话,将会话放置在会话列表前排区域。 | ||
|
||
## 会话免打扰 | ||
|
||
会话免打扰是指用户暂时关闭特定会话的通知,避免被打扰。 | ||
|
||
在单群聊 UIKit 中,用户可以左滑单个会话,将会话设置为免打扰状态,则该会话将不再接收通知。 | ||
|
||
## 会话删除 | ||
|
||
会话删除是指用户永久删除不再需要的会话,清理会话列表。 | ||
|
||
在单群聊 UIKit 中,用户可以左滑单个会话,将会话放置在会话列表前排区域。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters