SurveyResponse
The user's response to a single SurveyQuestion.
Package: com.microblink.core
Declaration
class SurveyResponse : Parcelable
Quick Reference
Properties
| Property | Description |
|---|---|
answersSelected() | Indices of the selected answers |
freeText() | Free-form text entered by the user |
Properties
answersSelected()
fun answersSelected(): List<Int>?
Indices of the selected answers from the question's answers() list.
freeText()
fun freeText(): String?
Free-form text entered by the user in response to an open-ended question.