QuestionnaireItemViewHolderFactory

abstract class QuestionnaireItemViewHolderFactory(resId: Int)

Factory for QuestionnaireItemViewHolder.

Parameters

resId

the layout resource for the view

Constructors

Link copied to clipboard
fun QuestionnaireItemViewHolderFactory(resId: Int)

Functions

Link copied to clipboard

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

Properties

Link copied to clipboard
val resId: Int

Inheritors