QuestionnaireItemViewHolderFactoryMatcher

data class QuestionnaireItemViewHolderFactoryMatcher(factory: QuestionnaireItemViewHolderFactory, matches: (<ERROR CLASS>) -> Boolean)

Data class that holds a matcher function (matches) which evaluates whether a given factory should be used in creating a com.google.android.fhir.datacapture.views.QuestionnaireItemViewHolder that displays the given Questionnaire.QuestionnaireItemComponent

Constructors

fun QuestionnaireItemViewHolderFactoryMatcher(factory: QuestionnaireItemViewHolderFactory, matches: (<ERROR CLASS>) -> Boolean)

Properties

Link copied to clipboard
val factory: QuestionnaireItemViewHolderFactory
Link copied to clipboard
val matches: (<ERROR CLASS>) -> Boolean