getConversations

public abstract void getConversations(List<ConversationIdentifier> conversationIdentifiers, IRongCoreCallback.ResultCallback<List<Conversation>> callback)

Method to retrieve a list of conversations.

Description: Retrieves a list of conversation objects based on the provided conversation identifiers.

This method can be implemented to handle conversation retrieval, such as loading conversation data from a database or requesting it from the network.

Since

5.8.2

Parameters

conversationIdentifiers

A list of conversation identifiers specifying the conversations to retrieve. Refer to ConversationIdentifier.

callback

A callback for the result of the conversation retrieval, containing the list of conversation objects or error information. Refer to .