API reference
API reference
Select your platform
No SDKs available
No versions available

PagedResultsObserver Interface

Observe updates in PagedResults.

Signature

@FunctionalInterfaceinterface PagedResultsObserver<T>

Functions

onPageUpdated ( fetchedPage )
Triggered when a new page is available.
Signature
abstract fun onPageUpdated(fetchedPage: Page<T>)
Parameters
fetchedPage: Page
the page that is associated with the current fetch.