getWithNextTotalPagingObjects

open suspend override fun getWithNextTotalPagingObjects(total: Int): List<CursorBasedPagingObject<T>>

Synchronously retrieve the next total paging objects associated with this PagingObjectBase, including this PagingObjectBase.

Since

3.0.0

Parameters

total

The total amount of PagingObjectBase to request, which includes this PagingObjectBase.

Sources

(source)
Link copied to clipboard