TheirRequest

data class TheirRequest(val content: VerificationRequest, ownDeviceId: String, supportedMethods: Set<VerificationMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (VerificationStep) -> Unit) : ActiveVerificationState

This state is active when another device or user started the request.

Constructors

Link copied to clipboard
constructor(content: VerificationRequest, ownDeviceId: String, supportedMethods: Set<VerificationMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (VerificationStep) -> Unit)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun ready()