updateCustomDataForBubble

abstract fun updateCustomDataForBubble(room: Room?, customData: JSONObject?, listener: IRoomProxy.IUpdateCustomDataListener?)

Update the customData of a bubble.

Parameters

room

@object:Room The bubble to update the customData

customData

JSONObject The customData object

listener

IUpdateCustomDataListener Callback (onUpdateCustomDataSuccess and onUpdateCustomDataFailed)