trixnity-client
3.4.1
trixnity-client
/
net.folivo.trixnity.client.verification
/
ActiveVerification
Active
Verification
interface
ActiveVerification
Functions
Properties
Inheritors
Functions
cancel
Link copied to clipboard
abstract
suspend
fun
cancel
(
message
:
String
=
"user cancelled verification"
)
their
Device
Id
Link copied to clipboard
abstract
fun
theirDeviceId
(
)
:
String
?
Properties
relates
To
Link copied to clipboard
abstract
val
relatesTo
:
RelatesTo.Reference
?
state
Link copied to clipboard
abstract
val
state
:
StateFlow
<
ActiveVerificationState
>
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
?
Inheritors
ActiveVerificationImpl
Link copied to clipboard