unPublishPoll

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

Undo the publish a poll by its Id. All votes are lost and people won't be able to vote anymore.

Parameters

pollId

The Id of the poll

listener

RainbowListener Callback