PagingDataEvent.DropAppend



A drop event from the end of the list

Summary

Public functions

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

Public properties

Int

A count of items dropped from loaded items

Cmn
Int

The count of null items trailing the list of loaded data after items were dropped.

Cmn
Int

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

Cmn
Int

The first index where this drop 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

dropCount

val dropCountInt

A count of items dropped from loaded items

newPlaceholdersAfter

val newPlaceholdersAfterInt

The count of null items trailing the list of loaded data after items were dropped.

oldPlaceholdersAfter

val oldPlaceholdersAfterInt

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

startIndex

val startIndexInt

The first index where this drop is applied. If placeholders are enabled, represents the index of the first dropped item that was replaced with a placeholder. Otherwise, it represents the index of where the first real item was dropped.