QuestionnaireItemViewHolderFactory

abstract class QuestionnaireItemViewHolderFactory(@LayoutRes val resId: Int)

Factory for QuestionnaireItemViewHolder.

Parameters

resId

the layout resource for the view

Inheritors

Constructors

Link copied to clipboard
constructor(@LayoutRes resId: Int)

Properties

Link copied to clipboard
open val resId: Int

Functions

Link copied to clipboard
Link copied to clipboard

Returns a QuestionnaireItemViewHolderDelegate that handles the initialization of views and binding of items in RecyclerView.