trixnity-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room
/
TypingEventHandler
Typing
Event
Handler
interface
TypingEventHandler
:
EventHandler
Inheritors
TypingEventHandlerImpl
Members
Properties
users
Typing
Link copied to clipboard
abstract
val
usersTyping
:
StateFlow
<
Map
<
RoomId
,
TypingEventContent
>
>
Functions
start
In
Coroutine
Scope
Link copied to clipboard
open
fun
startInCoroutineScope
(
scope
:
CoroutineScope
)