matrix-js-sdk

    Interface ImportRoomKeysOpts

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

    Properties

    progressCallback?: (stage: ImportRoomKeyProgressData) => void

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

    source?: string

    not useful externally

    MMNEPVFCICPMFPCPTTAAATR