PagingDataEvent.Refresh
public final class PagingDataEvent.Refresh<T extends Object> extends PagingDataEvent
A refresh load event
Summary
Public methods
getNewList
Added in 3.3.0
public final @NonNull PlaceholderPaddedList<@NonNull T> getNewList()
A PlaceholderPaddedList that contains the metadata of the new list that is presented upon this refresh event
getPreviousList
Added in 3.3.0
public final @NonNull PlaceholderPaddedList<@NonNull T> getPreviousList()
A PlaceholderPaddedList that contains the metadata of the list presented prior to this refresh load event
