HandleVotePollOptions

data class HandleVotePollOptions(val pollId: String, val optionIndex: Int, val socket: SocketManager? = null, val showAlert: ShowAlert? = null, val member: String, val roomName: String, val updateIsPollModalVisible: (Boolean) -> Unit)

Defines options for handling a poll vote.

Constructors

Link copied to clipboard
constructor(pollId: String, optionIndex: Int, socket: SocketManager? = null, showAlert: ShowAlert? = null, member: String, roomName: String, updateIsPollModalVisible: (Boolean) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
val socket: SocketManager? = null
Link copied to clipboard