Megolm Backup Creation Info
data class MegolmBackupCreationInfo( val algorithm: String, val authData: MegolmBackupAuthData, val recoveryKey: IBackupRecoveryKey)
Content copied to clipboard
Data retrieved from Olm library. algorithm and authData will be send to the homeserver, and recoveryKey will be displayed to the user
Constructors
Link copied to clipboard
fun MegolmBackupCreationInfo( algorithm: String, authData: MegolmBackupAuthData, recoveryKey: IBackupRecoveryKey)
Content copied to clipboard