getPollsForRoom

abstract fun getPollsForRoom(room: Room, listener: RainbowListener<List<Poll>, Unit>?)

Get all the polls for a given bubble. Those polls are returned in the "listener" param.

Parameters

room

Room the bubble

listener

RainbowListener Callback