ImportRoomKeysResult

data class ImportRoomKeysResult(    val totalNumberOfKeys: Int,     val successfullyNumberOfImportedKeys: Int,     val importedSessionInfo: Map<String, Map<String, List<String>>>)

Constructors

Link copied to clipboard
fun ImportRoomKeysResult(    totalNumberOfKeys: Int,     successfullyNumberOfImportedKeys: Int,     importedSessionInfo: Map<String, Map<String, List<String>>>)

Properties

Link copied to clipboard
val importedSessionInfo: Map<String, Map<String, List<String>>>
Link copied to clipboard
val successfullyNumberOfImportedKeys: Int
Link copied to clipboard
val totalNumberOfKeys: Int