Skip to content

KeyBackupRestoreOpts

Defined in: src/crypto-api/keybackup.ts:94

Extra parameters for CryptoApi.restoreKeyBackup and CryptoApi.restoreKeyBackupWithPassphrase.

optional progressCallback?: (progress) => void

Defined in: src/crypto-api/keybackup.ts:99

A callback which, if defined, will be called periodically to report ongoing progress of the backup restore process.

ImportRoomKeyProgressData

void