PagingDataEvent.Prepend



A prepend load event

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

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 functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

inserted

val insertedList<T>

The list of newly prepended items.

newPlaceholdersBefore

val newPlaceholdersBeforeInt

The count of null items leading the list of loaded data when new data has been prepended.

oldPlaceholdersBefore

val oldPlaceholdersBeforeInt

The count of null items leading the list of loaded data prior to new data being prepended