get Paging Source Of External Conversations
fun getPagingSourceOfExternalConversations( context: Context, withFullData: Boolean = false, ascOrder: Boolean = false): PagingSource<Int, STWConversation>
Content copied to clipboard
Call this method to retrieve list of external conversations
Return
list of external 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
Whether the list is ordered ascending or descending