open fun loadBefore(params: LoadParams<Int>, callback: LoadCallback<Int, CharacterItem>): Unit
Prepend page with the key specified by LoadParams.key
params
- Parameters for the load, including the key for the new page, and requested
load size.
callback
- Callback that receives loaded data.
See Also