TheirSasStart

data class TheirSasStart(val content: VerificationStartEventContent.SasStartEventContent, olmSas: OlmSAS, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit) : ActiveSasVerificationState

Constructors

Link copied to clipboard
constructor(content: VerificationStartEventContent.SasStartEventContent, olmSas: OlmSAS, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit)

Properties

Link copied to clipboard
val content: VerificationStartEventContent.SasStartEventContent

Functions

Link copied to clipboard
suspend fun accept()