Skip to main content
The recent conversation manager is responsible for managing the user’s recent conversation list, including getting conversations, listening for conversation changes, deleting conversations, and other functions.
Need to implement recent conversation data source: Recent Conversation Data Source

Get Recent Conversation List

Get All Recent Conversations

Complete Usage Example

New Message Listening

Only when opening the app for the first time, you need to sync the recent conversation list. Subsequent changes to the recent conversation list are obtained through listening.

Remove Recent Conversations

Delete Conversation

Listen for Deletion

This method is called when deleting a recent conversation:

Common Methods

Common Operations Example

WKUIConversationMsg Data Structure

Conversation Message Properties

Property Description

Next Steps

Data Source Configuration

Learn how to configure conversation data sources

Channel Member Management

Manage channel member information

Reminder Management

Manage message reminder functionality

Message Management

Return to message handling functionality