onItemsUpdated

open fun onItemsUpdated(@NonNull recyclerView: RecyclerView, positionStart: Int, itemCount: Int)(source)

Called when items have been changed in the adapter. To receive payload, override onItemsUpdated instead, then this callback will not be invoked.


open fun onItemsUpdated(@NonNull recyclerView: RecyclerView, positionStart: Int, itemCount: Int, @Nullable payload: Any)(source)

Called when items have been changed in the adapter and with optional payload. Default implementation calls onItemsUpdated.