[WKSDK shared].conversationManager interface in the code.
Recent Conversation List
Data Operations
Get local recent conversation list:Data Monitoring
AddWKConversationManagerDelegate:
Data Source
Trigger timing: After establishing connection, SDK actively triggers pulling recent conversations after going offline
Incrementally sync recent conversation data after going offline:
Recent Conversation Extensions
Through recent conversation extension properties, you can customize your unique business attributes, such as implementing draft functionality similar to WeChat, with draft data synchronized across multiple devices.Data Operations
Update Extensions
Sync Extensions
Data Monitoring
Any data changes to recent conversation objects will trigger theWKConversationManagerDelegate delegate. Similarly, calling updateOrAddExtra will also trigger this delegate.
Data Source
Update Extensions
Trigger timing: Triggered when calling [[WKSDK shared].conversationManager updateOrAddExtra]
Sync Extensions
Trigger timing: Triggered when calling [[WKSDK shared].conversationManager syncExtra]

