get External Conversations
open fun getExternalConversations(@NonNull context: Context): List<ThreadItem>
Content copied to clipboard
Call this method to retrieve all external conversations from local Database.
An external conversation means a conversation initiated for an external Call (CallOut).
This method should be executed in a worker thread since it contains a lot of operation that can exceed 5sec or block the UI thread.
Return
Conversation list or null
See also
Parameters
context
The application context