getPagingSourceOfCompanyConversations

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

Call this method to retrieve list of company conversations

Return

list of company 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

false Whether the list is ordered ascending or descending