PlaceholderPaddedList



Interface to paged list that could contain placeholders.

Contains a paged list's snapshot state. For example, in the context of PagingDataEvent.Refresh exposed by PagingDataPresenter, each PlaceholderPaddedList represents a generation of paged data whereby a new generation is distinguished with a refresh load.

Summary

Public functions

T
getItem(index: Int)
Cmn

Public properties

Int
Cmn
Int
Cmn
Int
Cmn
Int
Cmn

Public functions

getItem

fun getItem(index: Int): T

Public properties

dataCount

val dataCountInt

placeholdersAfter

val placeholdersAfterInt

placeholdersBefore

val placeholdersBeforeInt

size

val sizeInt