Skip to main content

SurveyAnswer

One answer option within a SurveyQuestion.

Package: com.microblink.core

Declaration

class SurveyAnswer : Parcelable

Quick Reference

Properties

PropertyDescription
serverId()Server-assigned answer identifier
text()Display text of the answer option
nextQuestionIndex()Index of the next question to show

Properties

serverId()

fun serverId(): Int

Server-assigned answer identifier.


text()

fun text(): String?

Display text of the answer option.


nextQuestionIndex()

fun nextQuestionIndex(): Int?

Index of the next question to show if the user selects this answer. null if this answer ends the survey.