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
/
MegolmMessage
Megolm
Message
sealed
class
MegolmMessage
:
Managed
Inheritors
Bytes
Text
Members
Types
Bytes
Link copied to clipboard
class
Bytes
(
ptr
:
NativePointer
)
:
MegolmMessage
Companion
Link copied to clipboard
object
Companion
Megolm
Message
Factory
Link copied to clipboard
interface
MegolmMessageFactory
<
T
:
MegolmMessage
>
Text
Link copied to clipboard
class
Text
(
ptr
:
NativePointer
)
:
MegolmMessage
Properties
base64
Link copied to clipboard
val
base64
:
String
bytes
Link copied to clipboard
val
bytes
:
ByteArray
ciphertext
Link copied to clipboard
val
ciphertext
:
ByteArray
index
Link copied to clipboard
val
index
:
Int
mac
Link copied to clipboard
val
mac
:
ByteArray
signature
Link copied to clipboard
val
signature
:
Ed25519Signature
Functions
close
Link copied to clipboard
expect
open
override
fun
close
(
)
to
String
Link copied to clipboard
expect
open
override
fun
toString
(
)
:
String