getList()
Note: This API is supported from version 6.5.1.
The getList() API fetches the list of conversations and returns the result via the callback.
Return Type: Future<List<SalesIQConversation>>
- Returns: A list of SalesIQConversation objects, either SalesIQCallConversation or SalesIQChatConversation.
Example
CopiedList<SalesIQConversation> conversations = await ZohoSalesIQCalls.getList();