trixnity-client
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.user
/
PresenceEventHandlerImpl
Presence
Event
Handler
Impl
class
PresenceEventHandlerImpl
(
api
:
MatrixClientServerApiClient
)
:
EventHandler
,
PresenceEventHandler
Members
Constructors
Presence
Event
Handler
Impl
Link copied to clipboard
constructor
(
api
:
MatrixClientServerApiClient
)
Properties
user
Presence
Link copied to clipboard
open
override
val
userPresence
:
StateFlow
<
Map
<
UserId
,
PresenceEventContent
>
>
Functions
start
In
Coroutine
Scope
Link copied to clipboard
open
override
fun
startInCoroutineScope
(
scope
:
CoroutineScope
)