open fun loadAfter(params: LoadParams<Int>, callback: LoadCallback<Int, CharacterItem>): Unit
Append 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