Questionnaire Item View Holder Factory Matcher
data class QuestionnaireItemViewHolderFactoryMatcher(factory: QuestionnaireItemViewHolderFactory, matches: (<ERROR CLASS>) -> Boolean)
Content copied to clipboard
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
Link copied to clipboard
fun QuestionnaireItemViewHolderFactoryMatcher(factory: QuestionnaireItemViewHolderFactory, matches: (<ERROR CLASS>) -> Boolean)
Content copied to clipboard