updateCustomDataForBubble

abstract fun updateCustomDataForBubble(room: IRainbowRoom, customData: JSONObject, listener: RainbowListener<IRainbowRoom, Unit>? = null)

Update the customData of a bubble.

Parameters

room

IRainbowRoom The bubble to update the customData

customData

JSONObject The customData object

listener

RainbowListener callback (onSuccess, onError)