PollStatsQuestions
data class PollStatsQuestions(val index: Int, val questionType: HMSPollQuestionType, val options: List<Long>?, val correct: Long?, val skipped: Long, val attemptedTimes: Int)
Constructors
Link copied to clipboard
fun PollStatsQuestions(index: Int, questionType: HMSPollQuestionType, options: List<Long>?, correct: Long?, skipped: Long, attemptedTimes: Int)