MutableIviPagingSource
Base class for IviPagingSource implementations that contains the the code to load data from a data source.
Functions
Link copied to clipboard
Loads a page. Same as PagingSource.load. See PagingSource.load for details.
Inherited functions
Link copied to clipboard
Signal the PagingSource to stop loading. Same as PagingSource.invalidate. See PagingSource.invalidate for details.
Link copied to clipboard
Registers an invalidated callback. Same as PagingSource.registerInvalidatedCallback. See PagingSource.registerInvalidatedCallback for details.
Link copied to clipboard
Unregisters an invalidated callback. Same as PagingSource.unregisterInvalidatedCallback. See PagingSource.unregisterInvalidatedCallback for details.