PagingDataEvent.Prepend
-
Cmn
class PagingDataEvent.Prepend<T : Any> : PagingDataEvent
A prepend load event
Summary
Public properties |
||
|---|---|---|
List<T> |
The list of newly prepended items. |
Cmn
|
Int |
The count of null items leading the list of loaded data when new data has been prepended. |
Cmn
|
Int |
The count of null items leading the list of loaded data prior to new data being prepended |
Cmn
|
Public properties
newPlaceholdersBefore
val newPlaceholdersBefore: Int
The count of null items leading the list of loaded data when new data has been prepended.
oldPlaceholdersBefore
val oldPlaceholdersBefore: Int
The count of null items leading the list of loaded data prior to new data being prepended