PollResultsItems

data class PollResultsItems(val questionIndex: Long, val correct: Long, val type: HMSPollQuestionType, val skipped: Long, val total: Long, val error: HMSException?)

Constructors

Link copied to clipboard
fun PollResultsItems(questionIndex: Long, correct: Long, type: HMSPollQuestionType, skipped: Long, total: Long, error: HMSException?)

Properties

Link copied to clipboard
@SerializedName(value = "correct")
val correct: Long
Link copied to clipboard
@SerializedName(value = "error")
val error: HMSException?
Link copied to clipboard
@SerializedName(value = "question")
val questionIndex: Long
Link copied to clipboard
@SerializedName(value = "skipped")
val skipped: Long
Link copied to clipboard
@SerializedName(value = "total")
val total: Long
Link copied to clipboard
@SerializedName(value = "type")
val type: HMSPollQuestionType