toggle menu
trixnity-client
4.3.11
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
DeleteByRoomIdMapRepository
Delete
By
Room
Id
Map
Repository
interface
DeleteByRoomIdMapRepository
<
K1
,
K2
,
V
>
:
MapRepository
<
K1
,
K2
,
V
>
,
DeleteByRoomIdRepository
Inheritors
RoomAccountDataRepository
RoomStateRepository
RoomUserReceiptsRepository
RoomUserRepository
TimelineEventRelationRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
firstKey
:
K1
,
secondKey
:
K2
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
delete
By
Room
Id
Link copied to clipboard
abstract
suspend
fun
deleteByRoomId
(
roomId
:
RoomId
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
firstKey
:
K1
)
:
Map
<
K2
,
V
>
abstract
suspend
fun
get
(
firstKey
:
K1
,
secondKey
:
K2
)
:
V
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
firstKey
:
K1
,
secondKey
:
K2
,
value
:
V
)
serialize
Key
Link copied to clipboard
abstract
fun
serializeKey
(
firstKey
:
K1
,
secondKey
:
K2
)
:
String