HmsPollAnswer
data class HmsPollAnswer(val questionId: Int, val questionType: HMSPollQuestionType, val skipped: Boolean = false, val selectedOption: Int = 0, val selectedOptions: List<Int>? = null, val answerText: String = "", val update: Boolean = false, val durationMillis: Long? = null)
Constructors
Link copied to clipboard
Link copied to clipboard
fun HmsPollAnswer(questionId: Int, questionType: HMSPollQuestionType, skipped: Boolean = false, selectedOption: Int = 0, selectedOptions: List<Int>? = null, answerText: String = "", update: Boolean = false, durationMillis: Long? = null)