Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoomKeyImportResult

Index

Constructors

Properties

Methods

Constructors

Properties

importedCount: number

The number of room keys that were imported.

totalCount: number

The total number of room keys that were found in the export.

Methods

  • free(): void
  • Returns void

  • keys(): Map<any, any>
  • The keys that were imported.

    A Map from room id to a Map of the sender key to a Set of session ids.

    Typescript type: Map<string, Map<string, Set<string>>.

    Returns Map<any, any>

Generated using TypeDoc