cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-attendants
/
io.github.notoriouscorgi.cacheonhand.operations
/
CacheableInfiniteQueryWithInput
/
fetchNextPage
fetch
Next
Page
suspend
fun
fetchNextPage
(
queryInput
:
TInput
,
onSuccess
:
suspend
(
pageData
:
PagedData
<
TPageParam
?
,
TData
>
?
)
->
Unit
?
=
null
,
onError
:
suspend
(
TError
)
->
Unit
?
=
null
)