Package com.getsensibill.core.apimodule.documents.repository

Types

DocumentListPagingSource
Link copied to clipboard
class DocumentListPagingSource : PagingSource<Int, DocumentListItem>
A PagingSource implementation that can be used to help display a list of a user's documents.
DocumentRepository
Link copied to clipboard
class DocumentRepository(dataProvider: DocumentDataProvider)