Vote

<void> vote(<Integer> optionIdx, <Integer> strength)

Vote for specified option id (starting with 0) and strength (from 1 to 5).

Example

element.vote(0, 2);

Last updated