Regular Poll Element
Describes Regular Element
final public class RegularPoll: BasePoll
Please see details description of Elements
Returns minimum number of options user should vote for.
minOptionsPerVote: Int
Returns maximum number of options user can vote for.
maxOptionsPerVote: Int
Vote for specified option indexes (zero-based numbering). Returns true on success.
func vote(optionIndexes: [Int]) -> Bool
Last modified 4yr ago