trixnity-client-repository-room
Toggle table of contents
4.22.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
/
OutboundMegolmSessionDao
Outbound
Megolm
Session
Dao
interface
OutboundMegolmSessionDao
Inheritors
OutboundMegolmSessionDao_Impl
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
roomId
:
RoomId
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
roomId
:
RoomId
)
:
RoomOutboundMegolmSession
?
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
RoomOutboundMegolmSession
)