getPagedConversations

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

Loading page of conversations related to a specified conversationId.

Return

list of conversations as PagingSource

Parameters

context

The application context

ascOrder

false Whether the list is ordered ascending or descending