matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.events.model.content
/
OlmEventContent
Olm
Event
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
OlmEventContent
(
@
Json
(
name
=
"ciphertext"
)
val
ciphertext
:
Map
<
String
,
Any
>
?
=
null
,
@
Json
(
name
=
"sender_key"
)
val
senderKey
:
String
?
=
null
)
Class representing an encrypted event content.
Members
Constructors
Olm
Event
Content
Link copied to clipboard
constructor
(
@
Json
(
name
=
"ciphertext"
)
ciphertext
:
Map
<
String
,
Any
>
?
=
null
,
@
Json
(
name
=
"sender_key"
)
senderKey
:
String
?
=
null
)
Properties
ciphertext
Link copied to clipboard
val
ciphertext
:
Map
<
String
,
Any
>
?
=
null
sender
Key
Link copied to clipboard
val
senderKey
:
String
?
=
null
the sender key.