updateBubbleTags

abstract fun updateBubbleTags(tags: List<RoomTag>, room: IRainbowRoom, listener: RainbowListener<List<RoomTag>, Unit>? = null)

Add, update or delete tags for a specified Room

Parameters

tags

List List of tags for the room, empty list to reset

room

IRainbowRoom The bubble to update

listener

RainbowListener, Unit> callback (onSuccess, onError)