ComparisonByUser

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

Constructors

Link copied to clipboard
constructor(decimal: List<Int>, 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)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun match()
Link copied to clipboard
suspend fun noMatch()