matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.events.model
/
ValidDecryptedEvent
Valid
Decrypted
Event
data
class
ValidDecryptedEvent
(
val
type
:
String
,
val
eventId
:
String
,
val
clearContent
:
Content
,
val
prevContent
:
Content
?
=
null
,
val
originServerTs
:
Long
,
val
cryptoSenderKey
:
String
,
val
roomId
:
String
,
val
unsignedData
:
UnsignedData
?
=
null
,
val
redacts
:
String
?
=
null
,
val
algorithm
:
String
)
Members
Members & Extensions
Constructors
Valid
Decrypted
Event
Link copied to clipboard
constructor
(
type
:
String
,
eventId
:
String
,
clearContent
:
Content
,
prevContent
:
Content
?
=
null
,
originServerTs
:
Long
,
cryptoSenderKey
:
String
,
roomId
:
String
,
unsignedData
:
UnsignedData
?
=
null
,
redacts
:
String
?
=
null
,
algorithm
:
String
)
Functions
get
Relation
Content
Link copied to clipboard
fun
ValidDecryptedEvent
.
getRelationContent
(
)
:
RelationDefaultContent
?
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
clear
Content
Link copied to clipboard
val
clearContent
:
Content
crypto
Sender
Key
Link copied to clipboard
val
cryptoSenderKey
:
String
event
Id
Link copied to clipboard
val
eventId
:
String
origin
Server
Ts
Link copied to clipboard
val
originServerTs
:
Long
prev
Content
Link copied to clipboard
val
prevContent
:
Content
?
=
null
redacts
Link copied to clipboard
val
redacts
:
String
?
=
null
room
Id
Link copied to clipboard
val
roomId
:
String
type
Link copied to clipboard
val
type
:
String
unsigned
Data
Link copied to clipboard
val
unsignedData
:
UnsignedData
?
=
null