cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-compose
/
io.github.notoriouscorgi.cacheonhand.compose
/
RememberInfiniteQueryResult
/
fetchPreviousPage
fetch
Previous
Page
val
fetchPreviousPage
:
suspend
(
queryInput
:
TInput
,
onSuccess
:
suspend
(
pageData
:
PagedData
<
TPageParam
?
,
TData
>
?
)
->
Unit
?
,
onError
:
suspend
(
error
:
TError
)
->
Unit
?
)
->
Unit