Space

interface Space

Functions

Link copied to clipboard
abstract suspend fun addChildren(    roomId: String,     viaServers: List<String>?,     order: String?,     suggested: Boolean? = false)
Link copied to clipboard
abstract fun asRoom(): Room
Link copied to clipboard
abstract fun getChildInfo(roomId: String): SpaceChildContent?
Link copied to clipboard
abstract suspend fun removeChildren(roomId: String)
Link copied to clipboard
abstract suspend fun setChildrenOrder(roomId: String, order: String?)
Link copied to clipboard
abstract suspend fun setChildrenSuggested(roomId: String, suggested: Boolean)
Link copied to clipboard
abstract fun spaceSummary(): RoomSummary?

A current snapshot of RoomSummary associated with the space.

Properties

Link copied to clipboard
abstract val spaceId: String