publishPoll

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

Publish a poll by its Id. People will be able to vote.

Parameters

pollId

The Id of the poll

listener

RainbowListener Callback