VerificationEvent

sealed class VerificationEvent

Types

Link copied to clipboard
data class RequestAdded(val request: PendingVerificationRequest) : VerificationEvent
Link copied to clipboard
data class RequestUpdated(val request: PendingVerificationRequest) : VerificationEvent
Link copied to clipboard
data class TransactionAdded(val transaction: VerificationTransaction) : VerificationEvent
Link copied to clipboard
data class TransactionUpdated(val transaction: VerificationTransaction) : VerificationEvent

Properties

Link copied to clipboard
val otherUserId: String
Link copied to clipboard
val transactionId: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun VerificationEvent.getRequest(): PendingVerificationRequest?
Link copied to clipboard
fun VerificationEvent.getTransaction(): VerificationTransaction?