MeasureReportSubjectsPagingSource
class MeasureReportSubjectsPagingSource(measureReportPagingSource: MeasureReportPagingSource, measureReportSubjectViewDataMapper: MeasureReportSubjectViewDataMapper) : PagingSource<Int, MeasureReportSubjectViewData>
Constructors
Link copied to clipboard
constructor(measureReportPagingSource: MeasureReportPagingSource, measureReportSubjectViewDataMapper: MeasureReportSubjectViewDataMapper)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun load(params: PagingSource.LoadParams<Int>): PagingSource.LoadResult<Int, MeasureReportSubjectViewData>
Link copied to clipboard
Link copied to clipboard