getPoll

abstract fun getPoll(pollId: String, roomId: String, listener: RainbowListener<Poll, Unit>?)

Get a specific poll with its Id and its bubble Id. This poll is returned in the "listener" param.

Parameters

pollId

The Id of the poll

roomId

The Id of the bubble

listener

RainbowListener Callback