searchExternalConversationsAsPagingSource

fun searchExternalConversationsAsPagingSource(    context: Context,     searchKey: String,     ascOrder: Boolean = false): PagingSource<Int, STWConversation>

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

searchKey

The content to be searched

ascOrder

false Whether the list is ordered ascending or descending