features/characters_list / com.vmadalin.dynamicfeatures.characterslist.ui.list.paging / CharactersPageDataSource / loadBefore

loadBefore

open fun loadBefore(params: LoadParams<Int>, callback: LoadCallback<Int, CharacterItem>): Unit

Prepend page with the key specified by LoadParams.key

Parameters

params - Parameters for the load, including the key for the new page, and requested load size.

callback - Callback that receives loaded data.

See Also

PageKeyedDataSource.loadBefore