VerifierEvent
Defined in: src/crypto-api/verification.ts:282
Events emitted by Verifier
Enumeration Members
Section titled “Enumeration Members”Cancel
Section titled “Cancel”Cancel:
"cancel"
Defined in: src/crypto-api/verification.ts:289
The verification has been cancelled, by us or the other side.
The payload is either an Error, or an (incoming or outgoing) DigitalWorldEvent, depending on unspecified reasons.
ShowReciprocateQr
Section titled “ShowReciprocateQr”ShowReciprocateQr:
"show_reciprocate_qr"
Defined in: src/crypto-api/verification.ts:303
The user should confirm if the other side has scanned our QR code.
The payload is the ShowQrCodeCallbacks object.
ShowSas
Section titled “ShowSas”ShowSas:
"show_sas"
Defined in: src/crypto-api/verification.ts:296
SAS data has been exchanged and should be displayed to the user.
The payload is the ShowSasCallbacks object.