trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomInboundMegolmSession
Room
Inbound
Megolm
Session
data
class
RoomInboundMegolmSession
(
val
senderKey
:
String
,
val
sessionId
:
String
,
val
roomId
:
RoomId
,
val
firstKnownIndex
:
Long
,
val
hasBeenBackedUp
:
Boolean
,
val
isTrusted
:
Boolean
,
val
senderSigningKey
:
String
,
val
forwardingCurve25519KeyChain
:
String
,
val
pickled
:
String
)
Members
Constructors
Room
Inbound
Megolm
Session
Link copied to clipboard
constructor
(
senderKey
:
String
,
sessionId
:
String
,
roomId
:
RoomId
,
firstKnownIndex
:
Long
,
hasBeenBackedUp
:
Boolean
,
isTrusted
:
Boolean
,
senderSigningKey
:
String
,
forwardingCurve25519KeyChain
:
String
,
pickled
:
String
)
Properties
first
Known
Index
Link copied to clipboard
val
firstKnownIndex
:
Long
forwarding
Curve25519Key
Chain
Link copied to clipboard
val
forwardingCurve25519KeyChain
:
String
has
Been
Backed
Up
Link copied to clipboard
val
hasBeenBackedUp
:
Boolean
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
pickled
Link copied to clipboard
val
pickled
:
String
room
Id
Link copied to clipboard
val
roomId
:
RoomId
sender
Key
Link copied to clipboard
val
senderKey
:
String
sender
Signing
Key
Link copied to clipboard
val
senderSigningKey
:
String
session
Id
Link copied to clipboard
val
sessionId
:
String