Interface ImportRoomKeysOpts

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

Properties

progressCallback?: ((stage) => void)

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

Type declaration

source?: string

Deprecated

not useful externally

untrusted?: boolean

Deprecated

the rust SDK will always such imported keys as untrusted

Generated using TypeDoc