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

loadAfter

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

Append 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.loadAfter