get Paged Conversations
fun getPagedConversations(context: Context, ascOrder: Boolean = false): PagingSource<Int, STWConversation>
Content copied to clipboard
Loading page of conversations related to a specified conversationId.
Return
list of conversations as PagingSource
Parameters
context
The application context
asc Order
false Whether the list is ordered ascending or descending