getPagingSourceOfExternalConversations

fun getPagingSourceOfExternalConversations(    context: Context,     withFullData: Boolean = false,     ascOrder: Boolean = false): PagingSource<Int, STWConversation>

Call this method to retrieve list of external conversations

Return

list of external conversations as PagingSource

Parameters

context

The application context

withFullData

True to return full company conversation data (Default)False to return reduced company conversation data as name, type , call in progress ... , this case does not contains for example the call status for Late Call Entry feature or if it is large conversation or not and the admin initiator of the conversation.

ascOrder

Whether the list is ordered ascending or descending