trixnity-client
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
OutboundMegolmSessionRepository
Outbound
Megolm
Session
Repository
interface
OutboundMegolmSessionRepository
:
MinimalRepository
<
RoomId
,
StoredOutboundMegolmSession
>
Inheritors
InMemoryOutboundMegolmSessionRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
RoomId
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
RoomId
)
:
StoredOutboundMegolmSession
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
RoomId
,
value
:
StoredOutboundMegolmSession
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
RoomId
)
:
String