trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.verification
/
ActiveDeviceVerification
Active
Device
Verification
interface
ActiveDeviceVerification
:
ActiveVerification
Inheritors
ActiveDeviceVerificationImpl
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"
)