trixnity-client-repository-room
Toggle table of contents
4.19.0
jvm
Platform filter
jvm
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.trixnity.client.store.repository.room
/
RoomStateDao_Impl
/
get
get
jvm
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
)
:
List
<
RoomRoomState
>
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
:
RoomRoomState
?
open
suspend override
fun
get
(
roomIds
:
Set
<
RoomId
>
,
type
:
String
,
stateKey
:
String
)
:
List
<
RoomRoomState
>