Listener

interface Listener

Functions

Link copied to clipboard
open fun markedAsManuallyVerified(userId: String, deviceId: String)

Inform the the deviceId of the userId has been marked as manually verified by the SDK. It will be called after VerificationService.markedLocallyAsManuallyVerified() is called.

Link copied to clipboard
open fun transactionCreated(tx: VerificationTransaction)

Called when a transaction is created, either by the user or initiated by the other user.

Link copied to clipboard
open fun transactionUpdated(tx: VerificationTransaction)

Called when a transaction is updated. You may be interested to track the state of the VerificationTransaction.

Link copied to clipboard
open fun verificationRequestCreated(pr: PendingVerificationRequest)

Called when a verification request is created either by the user, or by the other user.

Link copied to clipboard
open fun verificationRequestUpdated(pr: PendingVerificationRequest)

Called when a verification request is updated.