NonFinalAdapterListUpdateCallback

ListUpdateCallback that dispatches update events to the given adapter.

See also

Constructors

Link copied to clipboard
constructor(mAdapter: RecyclerView.Adapter<*>)

Functions

Link copied to clipboard
open override fun onChanged(position: Int, count: Int, payload: Any?)
Link copied to clipboard
open override fun onInserted(position: Int, count: Int)
Link copied to clipboard
open override fun onMoved(fromPosition: Int, toPosition: Int)
Link copied to clipboard
open override fun onRemoved(position: Int, count: Int)