PrimitiveRecyclerViewHolder
class PrimitiveRecyclerViewHolder(val delegate: CollectionItemRootHostHolder<View, CollectionItem<View>>) : RecyclerView.ViewHolder
A ViewHolder implementation for RecyclerView that manages primitive views through delegation. This class wraps a CollectionItemRootHostHolder delegate to provide RecyclerView compatibility while maintaining access to the underlying view and associated data.
Parameters
delegate
The CollectionItemRootHostHolder that provides the root view for this ViewHolder