Interface KeyBackupRestoreOpts

interface KeyBackupRestoreOpts {
    progressCallback?: (progress: ImportRoomKeyProgressData) => void;
}

Properties

progressCallback?: (progress: ImportRoomKeyProgressData) => void

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