PagingDataEvent.DropPrepend
-
Cmn
class PagingDataEvent.DropPrepend<T : Any> : PagingDataEvent
A drop event from the front of the list
Summary
Public properties |
||
|---|---|---|
Int |
A count of items dropped from loaded items |
Cmn
|
Int |
The count of null items leading the list of loaded data after items were dropped. |
Cmn
|
Int |
The count of null items leading the list of loaded data prior to items being dropped. |
Cmn
|
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.