get Custom Questionnaire Item View Holder Factory Matchers
open fun getCustomQuestionnaireItemViewHolderFactoryMatchers(): <ERROR CLASS>
Content copied to clipboard
Override this method to specify when custom questionnaire components should be used. It should return a List of QuestionnaireItemViewHolderFactoryMatchers which are used to evaluate whether a custom QuestionnaireItemViewHolderFactory should be used to render a given questionnaire item.
User-provided custom views take precedence over canonical views provided by the library. If multiple QuestionnaireItemViewHolderFactoryMatcher are applicable for the same item, the behavior is undefined (any of them may be selected).
See the developer guide for more information.