VerificationTransaction

interface VerificationTransaction

Functions

Link copied to clipboard
abstract suspend fun cancel()

User wants to cancel the transaction.

abstract suspend fun cancel(code: CancelCode)
Link copied to clipboard
abstract fun isSuccessful(): Boolean
Link copied to clipboard
abstract fun isToDeviceTransport(): Boolean

Properties

Link copied to clipboard
abstract val isIncoming: Boolean
Link copied to clipboard
abstract val method: VerificationMethod
Link copied to clipboard
abstract val otherDeviceId: String?
Link copied to clipboard
abstract val otherUserId: String
Link copied to clipboard
abstract val transactionId: String

Inheritors

Link copied to clipboard
Link copied to clipboard