search Of Company Conversations As Paging Source
fun searchOfCompanyConversationsAsPagingSource( context: Context, searchKey: String, withAttachment: Boolean = false, ascOrder: Boolean = false): PagingSource<Int, STWConversation>
Content copied to clipboard
Call this method to search for a list of company conversations by content.
Return
The result of conversation list as PagingSource
Parameters
context
The application context
search Key
The content to be searched
with Attachment
The content to be searched is an attachment or not. if TRUE : return company conversations with attachment file. if FALSE : return company conversations.
asc Order
false Whether the list is ordered ascending or descending