matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.verification
/
VerificationEvent
/
RequestAdded
Request
Added
data
class
RequestAdded
(
val
request
:
PendingVerificationRequest
)
:
VerificationEvent
Members
Members & Extensions
Constructors
Request
Added
Link copied to clipboard
constructor
(
request
:
PendingVerificationRequest
)
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
request
Link copied to clipboard
val
request
:
PendingVerificationRequest
transaction
Id
Link copied to clipboard
val
transactionId
:
String