ImportRoomKeysOpts
Defined in: src/crypto-api/index.ts:1079
Options object for CryptoApi#importRoomKeys and CryptoApi#importRoomKeysAsJson.
Properties
Section titled “Properties”progressCallback?
Section titled “progressCallback?”
optionalprogressCallback?: (stage) =>void
Defined in: src/crypto-api/index.ts:1081
Reports ongoing progress of the import process. Can be used for feedback.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
source?
Section titled “source?”
optionalsource?:string
Defined in: src/crypto-api/index.ts:1083