ChangeSetCompleteCallback

A callback invoked when the data for a section has been dispatched to the underlying RecyclerView. This can happen after setRoot is called because the setRoot may be async, or we may wait for layouts to complete before inserting into the adapter.

Functions

Link copied to clipboard
abstract fun onDataBound()
A callback invoked when the data for a section has changed to the underlying RecyclerView.
Link copied to clipboard
abstract fun onDataRendered(isMounted: Boolean, uptimeMillis: Long)
A callback invoked when the data for a section has rendered to the underlying RecyclerView.