getWithNext

suspend fun getWithNext(total: Int): List<CursorBasedPagingObject<T>>

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

Since

3.0.0

Parameters

total

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

Sources

common source
Link copied to clipboard