baserecyclerviewadapter / com.skydoves.baserecyclerviewadapter / RecyclerViewPaginator

RecyclerViewPaginator

class RecyclerViewPaginator : OnScrollListener

Constructors

<init>

RecyclerViewPaginator(recyclerView: RecyclerView, isLoading: () -> Boolean, loadMore: (Int) -> Unit, onLast: () -> Boolean = { true })

Properties

currentPage

var currentPage: Int

endWithAuto

var endWithAuto: Boolean

threshold

var threshold: Int

Functions

onScrolled

fun onScrolled(recyclerView: RecyclerView, dx: Int, dy: Int): Unit

resetCurrentPage

fun resetCurrentPage(): Unit