PagingDataEvent.DropPrepend



A drop event from the front 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 leading the list of loaded data after items were dropped.

Cmn
Int

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

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

newPlaceholdersBefore

val newPlaceholdersBeforeInt

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

oldPlaceholdersBefore

val oldPlaceholdersBeforeInt

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