Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Nov 7, 2024
1 parent 46aa1d1 commit 42f65e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions docs/uikit/chatuikit/ios/chatuikit_custom_conversation_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,8 @@

- `swipeAction`:滑动事件。

- `longPressed`:长按事件。

- `didSelected`:点击事件。

以下示例代码为会话长按事件:

```Swift
ComponentViewsActionHooker.shared.conversation.longPressed = { [weak self] indexPath,info in
//Process you business logic.
}
```

## 会话列表页面其他设置

1. 其他标记为 open 的方法均为可重载方法。如有需要,可重载对应方法实现自己业务逻辑。
Expand Down
1 change: 0 additions & 1 deletion docs/uikit/chatuikit/ios/chatuikit_listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
| `delete` | 会话列表左滑后点击删除按钮后触发回调。 ||
| `read` | 会话列表左滑后点击已读按钮后触发回调。 ||
| `conversationDidSelected` | 会话列表点击后回调。 ||
| `conversationLongPressed` | 会话列表长按后回调。 ||
| `moreAction` | 会话列表右滑后点击 `...` 回调。 ||
| `conversationLastMessageUpdate` | 会话列表中会话最后一条消息更新时回调。 ||
| `playNewMessageSound` | 收到新消息时播放音频方法。 ||
Expand Down

0 comments on commit 42f65e0

Please sign in to comment.