baserecyclerviewadapter / com.skydoves.baserecyclerviewadapter / LiveRecyclerView

LiveRecyclerView

class LiveRecyclerView : RecyclerView

Constructors

<init>

LiveRecyclerView(context: Context)
LiveRecyclerView(context: Context, attrs: AttributeSet?)
LiveRecyclerView(context: Context, attrs: AttributeSet?, defStyle: Int)

Properties

totalPage

var totalPage: Int

Functions

countPage

fun countPage(): Unit

getPageCount

fun getPageCount(): Int

loadMore

fun loadMore(): LiveData<Int>

resetPage

fun resetPage(): Unit

setLoading

fun setLoading(isLoading: Boolean): Unit

setPagingThreshold

fun setPagingThreshold(threshold: Int): Unit