onBindViewHolder

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. It will be called after the LithoView has been attached to the screen.