ViewportInfo

interface ViewportInfo

An implementation of this interface will provide both the androidx.recyclerview.widget.RecyclerView's current visible views position and the total number of items in its androidx.recyclerview.widget.RecyclerView.Adapter.

Inheritors

Types

Link copied to clipboard
annotation class State
Link copied to clipboard
fun interface ViewportChanged

Implement this interface to be notified of Viewport changes from the Binder

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getItemCount(): Int