getAllInactiveBubbles

abstract fun getAllInactiveBubbles(): ArrayList<Room>

Get user's inactive bubbles.

A Bubble is considering inactive after 60 days without any event This list is loaded lazily, there will be no bubbles if the method refreshInactiveBubbles has not be called before. This list contains bubbles where user is the owner or a simple participant

Return

List<Room> of all inactive bubbles