Skip to content

Commit

Permalink
Merge pull request #974 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Oct 8, 2024
2 parents 7d20b8f + ac98a66 commit 93ba2cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/uikit/chatuikit/android/chatuikit_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class ChatActivity: AppCompactActivity() {
}
```

![img](/images/uikit/chatuikit/android/buble1.png =500x900)

## 自定义聊天页面概览

你可以配置聊天页面的标题栏、消息列表项和输入菜单等。
Expand Down
8 changes: 4 additions & 4 deletions docs/uikit/chatuikit/android/chatuikit_conversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ binding?.titleConversations?.setBackgroundColor(ContextCompat.getColor(mContext,

```

![img](/images/uikit/chatuikit/ios/configurationitem/conversation/Appearance_conversation_list_more.png)

### 设置搜索区域

#### 设置是否需要搜索功能
Expand Down Expand Up @@ -303,6 +301,10 @@ EaseIM.setCustomActivityRoute(object : EaseCustomActivityRoute {

## EaseConversationListFragment 中默认实现的功能

`EaseConversationListFragment` 中默认实现会话免打扰、会话置顶、会话已读和会话删除功能。

![img](/images/uikit/chatuikit/android/cvs-action.png =350x600)

### 免打扰

使用 `EaseConversationListViewModel` 提供的方法设置免打扰,例如:
Expand All @@ -325,8 +327,6 @@ EaseIM.setCustomActivityRoute(object : EaseCustomActivityRoute {

使用 `EaseConversationListViewModel` 提供的方法 `deleteConversation` 方法删除会话。

![img](/images/uikit/chatuikit/android/cvs-action.png =350x600)

## 事件监听

`EaseConversationListFragment#Builder` 提供的如下监听:
Expand Down

0 comments on commit 93ba2cd

Please sign in to comment.