HMSPollQuestionResponse
data class HMSPollQuestionResponse(val responseId: String, val index: Int, val questionType: HMSPollQuestionType, val skipped: Boolean, val selectedOption: Int?, val selectedOptions: List<Int>?, val text: String?, val answerChanged: Boolean)
Constructors
Link copied to clipboard
fun HMSPollQuestionResponse(responseId: String, index: Int, questionType: HMSPollQuestionType, skipped: Boolean, selectedOption: Int?, selectedOptions: List<Int>?, text: String?, answerChanged: Boolean)