matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.model
/
ImportRoomKeysResult
Import
Room
Keys
Result
data
class
ImportRoomKeysResult
(
val
totalNumberOfKeys
:
Int
,
val
successfullyNumberOfImportedKeys
:
Int
,
val
importedSessionInfo
:
Map
<
String
,
Map
<
String
,
List
<
String
>
>
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Import
Room
Keys
Result
Link copied to clipboard
fun
ImportRoomKeysResult
(
totalNumberOfKeys
:
Int
,
successfullyNumberOfImportedKeys
:
Int
,
importedSessionInfo
:
Map
<
String
,
Map
<
String
,
List
<
String
>
>
>
)
Content copied to clipboard
Properties
imported
Session
Info
Link copied to clipboard
val
importedSessionInfo
:
Map
<
String
,
Map
<
String
,
List
<
String
>
>
>
Content copied to clipboard
successfully
Number
Of
Imported
Keys
Link copied to clipboard
val
successfullyNumberOfImportedKeys
:
Int
Content copied to clipboard
total
Number
Of
Keys
Link copied to clipboard
val
totalNumberOfKeys
:
Int
Content copied to clipboard