LeaderboardQuestion
data class LeaderboardQuestion(val questionIndex: Long?, val position: Long?, val duration: Long?, val totalResponse: Long?, val correctResponses: Long?, val score: Float?, val pollPeer: HMSPollResponsePeerInfo?)
Constructors
Link copied to clipboard
fun LeaderboardQuestion(questionIndex: Long?, position: Long?, duration: Long?, totalResponse: Long?, correctResponses: Long?, score: Float?, pollPeer: HMSPollResponsePeerInfo?)