PollsConfig

constructor(multipleVotes: PollFeatureConfig = PollFeatureConfig(), maxVotesPerPerson: PollFeatureConfig = PollFeatureConfig(), anonymousPoll: PollFeatureConfig = PollFeatureConfig(), suggestAnOption: PollFeatureConfig = PollFeatureConfig(), allowComments: PollFeatureConfig = PollFeatureConfig())

Parameters

multipleVotes

Configuration for the "multiple votes" toggle.

maxVotesPerPerson

Configuration for the "limit votes per person" toggle (child of "multiple votes").

anonymousPoll

Configuration for the "anonymous poll" toggle.

suggestAnOption

Configuration for the "suggest an option" toggle.

allowComments

Configuration for the "allow comments" toggle.