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-vodozemac
/
de.connect2x.trixnity.vodozemac.megolm
/
InboundGroupSession
Inbound
Group
Session
class
InboundGroupSession
:
Managed
Members
Types
Companion
Link copied to clipboard
object
Companion
Decrypted
Message
Link copied to clipboard
class
DecryptedMessage
<
T
>
(
val
plaintext
:
Plaintext
<
T
>
,
val
messageIndex
:
Int
)
Session
Ordering
Link copied to clipboard
enum
SessionOrdering
:
Enum
<
InboundGroupSession.SessionOrdering
>
Properties
first
Known
Index
Link copied to clipboard
val
firstKnownIndex
:
Int
session
Id
Link copied to clipboard
val
sessionId
:
String
Functions
advance
To
Link copied to clipboard
fun
advanceTo
(
index
:
Int
)
:
Int
close
Link copied to clipboard
expect
open
override
fun
close
(
)
compare
Link copied to clipboard
fun
compare
(
other
:
InboundGroupSession
)
:
InboundGroupSession.SessionOrdering
connected
Link copied to clipboard
fun
connected
(
other
:
InboundGroupSession
)
:
Boolean
decrypt
Link copied to clipboard
fun
decrypt
(
message
:
MegolmMessage.Bytes
)
:
InboundGroupSession.DecryptedMessage
<
ByteArray
>
fun
decrypt
(
message
:
MegolmMessage.Text
)
:
InboundGroupSession.DecryptedMessage
<
String
>
export
At
Link copied to clipboard
fun
exportAt
(
index
:
Int
)
:
ExportedSessionKey
?
export
At
First
Known
Index
Link copied to clipboard
fun
exportAtFirstKnownIndex
(
)
:
ExportedSessionKey
merge
Link copied to clipboard
fun
merge
(
other
:
InboundGroupSession
)
:
InboundGroupSession
?
pickle
Link copied to clipboard
fun
pickle
(
pickleKey
:
PickleKey
?
=
null
)
:
String
to
String
Link copied to clipboard
expect
open
override
fun
toString
(
)
:
String