updateBubble

abstract suspend fun updateBubble(room: IRainbowRoom, body: CreateRoomBody): RainbowResult<IRainbowRoom>

Update a bubble

Return

RainbowResult<IRainbowRoom> callback (onSuccess, onError)

Parameters

room

IRainbowRoom The bubble to update

body

CreateRoomBody Builder to update the bubble