PollUpdatedOptions

data class PollUpdatedOptions(val data: PollUpdatedData, val polls: List<Poll>, val poll: Poll? = null, val member: String, val islevel: String, val showAlert: ShowAlert? = null, val updatePolls: (List<Poll>) -> Unit, val updatePoll: (Poll) -> Unit, val updateIsPollModalVisible: (Boolean) -> Unit)

Defines options for updating poll information.

Constructors

Link copied to clipboard
constructor(data: PollUpdatedData, polls: List<Poll>, poll: Poll? = null, member: String, islevel: String, showAlert: ShowAlert? = null, updatePolls: (List<Poll>) -> Unit, updatePoll: (Poll) -> Unit, updateIsPollModalVisible: (Boolean) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val poll: Poll? = null
Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
Link copied to clipboard
val updatePoll: (Poll) -> Unit
Link copied to clipboard