CollectionItemRootHostHolder

Abstract base class for holders that manage root host views in collection items. This class serves as a foundation for view holders that need to provide access to a root view and maintain associated data for collection items.

Parameters

V

The type of View that serves as the root container, must extend Android's View class

T

The type of CollectionItem data associated with this holder, must be a CollectionItem of type V

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val view: V

The root View that this holder manages and provides access to