PresenceEventHandlerImpl

class PresenceEventHandlerImpl(api: MatrixClientServerApiClient) : EventHandler, PresenceEventHandler

Constructors

Link copied to clipboard
constructor(api: MatrixClientServerApiClient)

Properties

Link copied to clipboard
open override val userPresence: StateFlow<Map<UserId, PresenceEventContent>>

Functions

Link copied to clipboard
open override fun startInCoroutineScope(scope: CoroutineScope)