HasRooms

interface HasRooms

Structure

The top-level organizing construct for the Home.


Query Rooms the caller has permissions to access.

Summary

Public functions

HomeObjectsFlow<Room>

Gets an observable flow of Rooms visible to the logged-in user.

Public functions

rooms

fun rooms(): HomeObjectsFlow<Room>

Gets an observable flow of Rooms visible to the logged-in user.

Returns
HomeObjectsFlow<Room>

a flow of Rooms.