next

abstract suspend fun next(): AxpResult<PageIterator<T>>


abstract fun next(responseHandler: ResponseHandler<PageIterator<T>>)

Returns the next page, if it exists

Parameters

responseHandler

the ResponseHandler that will be passed the next page if the request is successful