search External Conversations As Paging Source
fun searchExternalConversationsAsPagingSource( context: Context, searchKey: String, ascOrder: Boolean = false): PagingSource<Int, STWConversation>
Content copied to clipboard
Call this method to search for a list of external conversations by content.
Return
The result of conversation list as PagingSource
Parameters
context
The application context
search Key
The content to be searched
asc Order
false Whether the list is ordered ascending or descending