previous

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


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

Return the previous page, if it exists

Parameters

responseHandler

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