RecyclerBinderAdapterDelegate
A delegation that is used to customize the adapter behaviour for the RecyclerView that the RecyclerBinder uses.
Functions
Link copied to clipboard
The same function as hasStableIds.
Link copied to clipboard
abstract fun onBindViewHolder(viewHolder: T, position: Int, @Nullable componentTree: ComponentTree, renderInfo: RenderInfo)
The same function as onBindViewHolder but with two additional parameters, {@param componentTree} and {@param renderInfo}, which are useful to the LithoView.
Link copied to clipboard
The same function as onCreateViewHolder.
Link copied to clipboard
The same function as onViewRecycled.