trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomStateDao
Room
State
Dao
interface
RoomStateDao
Inheritors
RoomStateDao_Impl
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
roomId
:
RoomId
)
abstract
suspend
fun
delete
(
roomId
:
RoomId
,
type
:
String
)
abstract
suspend
fun
delete
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
roomId
:
RoomId
,
type
:
String
)
:
List
<
RoomRoomState
>
abstract
suspend
fun
get
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
:
RoomRoomState
?
abstract
suspend
fun
get
(
roomIds
:
Set
<
RoomId
>
,
type
:
String
,
stateKey
:
String
)
:
List
<
RoomRoomState
>
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
RoomRoomState
)
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
entities
:
List
<
RoomRoomState
>
)