deleteAllCustomDataForBubble

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

Delete all the customData of a bubble.

Parameters

room

IRainbowRoom The bubble to delete the customData

listener

RainbowListener callback (onSuccess, onError)