Get Conversations
The IMKit SDK comes with built-in conversation management and display logic. Developers don't need to call additional conversation APIs when using the default conversation list and chat UI. For custom implementations, you can use the underlying APIs provided by the IMLib SDK. For example:
RongIMClient#getConversationListByPage()
: Get the conversation listRongCoreClient#getUnreadConversationList()
: Get the list of unread conversationsRongIMClient#getConversation()
: Get a specific conversation
tip
For detailed usage, refer to the IMLib documentation Get Conversations. Note that IMLib methods don't provide UI refresh capabilities—you'll need to implement custom notification mechanisms based on your business requirements.