trixnity-client-repository-room
Toggle table of contents
4.19.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.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
(
roomIds
:
Set
<
RoomId
>
,
type
:
String
,
stateKey
:
String
)
:
List
<
RoomRoomState
>
abstract
suspend
fun
get
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
:
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
>
)