Types

Link copied to clipboard
data class Accept(val isOurOwn: Boolean) : ActiveSasVerificationState
Link copied to clipboard
data class ComparisonByUser(val decimal: List<Int>, val emojis: List<Pair<Int, String>>, ownUserId: UserId, ownDeviceId: String, theirUserId: UserId, theirDeviceId: String, messageAuthenticationCode: SasMessageAuthenticationCode, relatesTo: RelatesTo.Reference?, transactionId: String?, establishedSas: EstablishedSas, keyStore: KeyStore, send: suspend (stepContent: VerificationStep) -> Unit) : ActiveSasVerificationState
Link copied to clipboard
data class TheirSasStart(val content: VerificationStartEventContent.SasStartEventContent, sasPublicKey: KeyValue.Curve25519KeyValue, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit) : ActiveSasVerificationState
Link copied to clipboard
data class WaitForKeys(val isOurOwn: Boolean) : ActiveSasVerificationState
Link copied to clipboard