HomeServerCapabilitiesService

interface HomeServerCapabilitiesService

This interface defines a method to retrieve the homeserver capabilities.

Functions

Link copied to clipboard
abstract fun getHomeServerCapabilities(): HomeServerCapabilities

Get the HomeServer capabilities.

Link copied to clipboard
abstract fun getHomeServerCapabilitiesLive(): LiveData<Optional<HomeServerCapabilities>>

Get a LiveData on the HomeServer capabilities.

Link copied to clipboard
abstract suspend fun refreshHomeServerCapabilities()

Force a refresh of the stored data.