get Paging Source Of Company Conversations
fun getPagingSourceOfCompanyConversations( context: Context, withFullData: Boolean = false, ascOrder: Boolean = false): PagingSource<Int, STWConversation>
Content copied to clipboard
Call this method to retrieve list of company conversations
Return
list of company conversations as PagingSource
Parameters
context
The application context
with Full Data
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.
asc Order
false Whether the list is ordered ascending or descending