toggle menu
trixnity-client
4.3.11
common
switch theme
search in API
trixnity-client
/
net.folivo.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"
)