Regular Poll Element

Describes Regular Element

final public class RegularPoll: BasePoll

Please see details description of Elements

Get min options per vote

Returns minimum number of options user should vote for.

minOptionsPerVote: Int

Get max options per vote

Returns maximum number of options user can vote for.

maxOptionsPerVote: Int

Vote

Vote for specified option indexes (zero-based numbering). Returns true on success.

func vote(optionIndexes: [Int]) -> Bool

Last updated