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)