matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.verification
/
VerificationEvent
Verification
Event
sealed
class
VerificationEvent
Inheritors
RequestAdded
RequestUpdated
TransactionAdded
TransactionUpdated
Members
Members & Extensions
Types
Request
Added
Link copied to clipboard
data
class
RequestAdded
(
val
request
:
PendingVerificationRequest
)
:
VerificationEvent
Request
Updated
Link copied to clipboard
data
class
RequestUpdated
(
val
request
:
PendingVerificationRequest
)
:
VerificationEvent
Transaction
Added
Link copied to clipboard
data
class
TransactionAdded
(
val
transaction
:
VerificationTransaction
)
:
VerificationEvent
Transaction
Updated
Link copied to clipboard
data
class
TransactionUpdated
(
val
transaction
:
VerificationTransaction
)
:
VerificationEvent
Functions
get
Request
Link copied to clipboard
fun
VerificationEvent
.
getRequest
(
)
:
PendingVerificationRequest
?
get
Transaction
Link copied to clipboard
fun
VerificationEvent
.
getTransaction
(
)
:
VerificationTransaction
?
Properties
other
User
Id
Link copied to clipboard
val
otherUserId
:
String
transaction
Id
Link copied to clipboard
val
transactionId
:
String