HmsPoll

data class HmsPoll

A poll.

Parameters

pollId

the ID for the poll.

startedAt

the peerId for the peer who started the poll.

stoppedBy

the peerId for the peer who stopped the poll, null if not stopped.

createdBy

the peerId for the peer who created the poll.

title

title for the poll.

startedBy

when the poll was started, in millis since the epoch.

duration

how long the poll will remain active, 0 means it's running indefinitely.

anonymous

whether responses should be anonymous.

questions

the questions in this poll.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val questionCount: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var stoppedAt: Long? = null
Link copied to clipboard
Link copied to clipboard