PagingDataEvent.DropPrepend
- Common/All
- Android/JVM
-
Cmn
class PagingDataEvent.DropPrepend<T : Any> : PagingDataEvent
A drop event from the front of the list
Summary
Public properties
newPlaceholdersBefore
val newPlaceholdersBefore: Int
The count of null items leading the list of loaded data after items were dropped.
oldPlaceholdersBefore
val oldPlaceholdersBefore: Int
The count of null items leading the list of loaded data prior to items being dropped.