Android SDK 100ms
lib
/
live.hms.video.polls.network
/
HMSPollLeaderboardSummary
HMSPoll
Leaderboard
Summary
data
class
HMSPollLeaderboardSummary
(
val
totalPeersCount
:
Int
?
,
val
respondedPeersCount
:
Int
?
,
val
respondedCorrectlyPeersCount
:
Int
?
,
val
averageTime
:
Long
?
,
val
averageScore
:
Float
?
)
Constructors
Properties
Constructors
HMSPoll
Leaderboard
Summary
Link copied to clipboard
fun
HMSPollLeaderboardSummary
(
totalPeersCount
:
Int
?
,
respondedPeersCount
:
Int
?
,
respondedCorrectlyPeersCount
:
Int
?
,
averageTime
:
Long
?
,
averageScore
:
Float
?
)
Properties
average
Score
Link copied to clipboard
@
SerializedName
(
value
=
"averageScore"
)
val
averageScore
:
Float
?
average
Time
Link copied to clipboard
@
SerializedName
(
value
=
"averageTime"
)
val
averageTime
:
Long
?
responded
Correctly
Peers
Count
Link copied to clipboard
@
SerializedName
(
value
=
"respondedCorrectlyPeersCount"
)
val
respondedCorrectlyPeersCount
:
Int
?
responded
Peers
Count
Link copied to clipboard
@
SerializedName
(
value
=
"respondedPeersCount"
)
val
respondedPeersCount
:
Int
?
total
Peers
Count
Link copied to clipboard
@
SerializedName
(
value
=
"totalPeersCount"
)
val
totalPeersCount
:
Int
?