PagingDataEvent.Append



An append 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 appended items.

Cmn
Int

The count of null items trailing the list of loaded data when new data has been appended.

Cmn
Int

The count of null items trailing the list of loaded data prior to new data being appended.

Cmn
Int

The first index where this append is applied.

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 appended items.

newPlaceholdersAfter

val newPlaceholdersAfterInt

The count of null items trailing the list of loaded data when new data has been appended.

oldPlaceholdersAfter

val oldPlaceholdersAfterInt

The count of null items trailing the list of loaded data prior to new data being appended.

startIndex

val startIndexInt

The first index where this append is applied. If placeholders are enabled, represents the index of the first placeholder replaced with a real item. Otherwise, it represents the index of where the first new item is inserted.