Skip to content

CryptoEventHandlerMap

CryptoEventHandlerMap = object & RustBackupCryptoEventMap

Defined in: src/crypto-api/CryptoEventHandlerMap.ts:26

A map of the CryptoEvent fired by the CryptoApi and their payloads.

crossSigning.keysChanged: (data) => void

EmptyObject

void

crypto.devicesUpdated: (users, initialFetch) => void

string[]

boolean

void

crypto.keyBackupDecryptionKeyCached: (version) => void

string

void

crypto.legacyCryptoStoreMigrationProgress: (progress, total) => void

number

number

void

crypto.verificationRequestReceived: (request) => void

VerificationRequest

void

crypto.willUpdateDevices: (users, initialFetch) => void

string[]

boolean

void

dehydration.DehydratedDeviceCreated: () => void

void

dehydration.DehydratedDeviceRotationError: (msg) => void

string

void

dehydration.DehydratedDeviceUploaded: () => void

void

dehydration.DehydrationKeyCached: () => void

void

dehydration.RehydrationCompleted: () => void

void

dehydration.RehydrationError: (msg) => void

string

void

dehydration.RehydrationProgress: (roomKeyCount, toDeviceCount) => void

number

number

void

dehydration.RehydrationStarted: () => void

void

userTrustStatusChanged: (userId, userTrustLevel) => void

string

UserVerificationStatus

void