voteForPoll

abstract fun voteForPoll(pollId: String, votes: PollVotes, listener: RainbowListener<Unit, Unit>? = null)

Submit the votes for a poll by its Id.

Parameters

pollId

The Id of the poll

votes

PollVotes the votes

listener

RainbowListener Callback