matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.verification
/
VerificationTransaction
Verification
Transaction
interface
VerificationTransaction
Inheritors
QrCodeVerificationTransaction
SasVerificationTransaction
Members
Functions
cancel
Link copied to clipboard
abstract
suspend
fun
cancel
(
)
User wants to cancel the transaction.
abstract
suspend
fun
cancel
(
code
:
CancelCode
)
is
Successful
Link copied to clipboard
abstract
fun
isSuccessful
(
)
:
Boolean
is
To
Device
Transport
Link copied to clipboard
abstract
fun
isToDeviceTransport
(
)
:
Boolean
Properties
is
Incoming
Link copied to clipboard
abstract
val
isIncoming
:
Boolean
method
Link copied to clipboard
abstract
val
method
:
VerificationMethod
other
Device
Id
Link copied to clipboard
abstract
val
otherDeviceId
:
String
?
other
User
Id
Link copied to clipboard
abstract
val
otherUserId
:
String
transaction
Id
Link copied to clipboard
abstract
val
transactionId
:
String