PagingDataEvent.Refresh



A refresh load event

Summary

Public functions

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

Public properties

PlaceholderPaddedList<T>

A PlaceholderPaddedList that contains the metadata of the new list that is presented upon this refresh event

Cmn
PlaceholderPaddedList<T>

A PlaceholderPaddedList that contains the metadata of the list presented prior to this refresh load event

Cmn

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

newList

val newListPlaceholderPaddedList<T>

A PlaceholderPaddedList that contains the metadata of the new list that is presented upon this refresh event

previousList

val previousListPlaceholderPaddedList<T>

A PlaceholderPaddedList that contains the metadata of the list presented prior to this refresh load event