findBubblesByName

abstract fun findBubblesByName(name: String?): List<Room>

Get a bubble from its name.

This is only working for local bubbles.

Return

a List<@object:Room> with bubbles matching the name, or an empty list

Parameters

name

String The name of the searched room