toggle menu
trixnity-client
4.3.1
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.verification
/
ActiveUserVerification
Active
User
Verification
interface
ActiveUserVerification
:
ActiveVerification
Inheritors
ActiveUserVerificationImpl
Members
Properties
relates
To
Link copied to clipboard
abstract
val
relatesTo
:
RelatesTo.Reference
?
request
Event
Id
Link copied to clipboard
abstract
val
requestEventId
:
EventId
room
Id
Link copied to clipboard
abstract
val
roomId
:
RoomId
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"
)