trixnity-client-repository-indexeddb
Toggle table of contents
4.16.9
js
Platform filter
js
Switch theme
Search in API
trixnity-client-repository-indexeddb
trixnity-client-repository-indexeddb
/
net.folivo.trixnity.client.store.repository.indexeddb
/
IndexedDBInboundMegolmSession
Indexed
DBInbound
Megolm
Session
@
Serializable
data
class
IndexedDBInboundMegolmSession
(
val
value
:
StoredInboundMegolmSession
,
val
hasBeenBackedUp
:
Int
)
Members
Members & Extensions
Constructors
Indexed
DBInbound
Megolm
Session
Link copied to clipboard
constructor
(
value
:
StoredInboundMegolmSession
,
hasBeenBackedUp
:
Int
)
Properties
has
Been
Backed
Up
Link copied to clipboard
val
hasBeenBackedUp
:
Int
value
Link copied to clipboard
val
value
:
StoredInboundMegolmSession
Functions
to
Stored
Inbound
Megolm
Session
Link copied to clipboard
fun
IndexedDBInboundMegolmSession
.
toStoredInboundMegolmSession
(
)
:
StoredInboundMegolmSession