toggle menu
trixnity-client
4.3.7
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.verification
/
ActiveVerificationState
/
Ready
Ready
data
class
Ready
(
ownDeviceId
:
String
,
val
methods
:
Set
<
VerificationMethod
>
,
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
,
send
:
suspend
(
VerificationStep
)
->
Unit
)
:
ActiveVerificationState
This state is active when the request is accepted.
Members
Constructors
Ready
Link copied to clipboard
constructor
(
ownDeviceId
:
String
,
methods
:
Set
<
VerificationMethod
>
,
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
,
send
:
suspend
(
VerificationStep
)
->
Unit
)
Properties
methods
Link copied to clipboard
val
methods
:
Set
<
VerificationMethod
>
Functions
start
Link copied to clipboard
suspend
fun
start
(
method
:
VerificationMethod
)