trixnity-client
3.7.0-beta3
common
trixnity-client
/
net.folivo.trixnity.client.verification
/
ActiveVerification
Active
Verification
interface
ActiveVerification
Inheritors
ActiveVerificationImpl
Members
Properties
relates
To
Link copied to clipboard
abstract
val
relatesTo
:
RelatesTo.Reference
?
state
Link copied to clipboard
abstract
val
state
:
StateFlow
<
ActiveVerificationState
>
their
Device
Id
Link copied to clipboard
abstract
val
theirDeviceId
:
String
?
their
User
Id
Link copied to clipboard
abstract
val
theirUserId
:
UserId
timestamp
Link copied to clipboard
abstract
val
timestamp
:
Long
transaction
Id
Link copied to clipboard
abstract
val
transactionId
:
String
?
Functions
cancel
Link copied to clipboard
abstract
suspend
fun
cancel
(
message
:
String
=
"user cancelled verification"
)