PagingSourceFactory

interface PagingSourceFactory<E : Any, Q : Any>

Interface for factory to create an IviPagingSource.

Functions

Link copied to clipboard
abstract fun create(query: Q): IviPagingSource<E>

Creates an IviPagingSource for the given query.