RSDSurveyInputField
public protocol RSDSurveyInputField : RSDInputField
RSDSurveyInputField extends the RSDInputField protocol to also support an array of RSDSurveyRule objects.
These rules are evaluated on the RSDAnswerResult given for this input field and if they evaluate to true
then they are used to return the next identifier.
-
A list of survey rules associated with this input field.
Declaration
Swift
var surveyRules: [RSDSurveyRule]?
View on GitHub
RSDSurveyInputField Protocol Reference