Interface ImportRoomKeysOpts

interface ImportRoomKeysOpts {
    progressCallback?: (stage: ImportRoomKeyProgressData) => void;
    source?: string;
    untrusted?: boolean;
}

Properties

progressCallback?: (stage: ImportRoomKeyProgressData) => void

Reports ongoing progress of the import process. Can be used for feedback.

source?: string

not useful externally

untrusted?: boolean

the rust SDK will always such imported keys as untrusted