getWithNextTotalPagingObjects

abstract suspend fun getWithNextTotalPagingObjects(total: Int): List<Z>

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

common source
Link copied to clipboard