CryptoRoomInfo

data class CryptoRoomInfo(    val algorithm: String,     val shouldEncryptForInvitedMembers: Boolean,     val blacklistUnverifiedDevices: Boolean,     val shouldShareHistory: Boolean,     val wasEncryptedOnce: Boolean,     val rotationPeriodMs: Long,     val rotationPeriodMsgs: Long)

Constructors

Link copied to clipboard
fun CryptoRoomInfo(    algorithm: String,     shouldEncryptForInvitedMembers: Boolean,     blacklistUnverifiedDevices: Boolean,     shouldShareHistory: Boolean,     wasEncryptedOnce: Boolean,     rotationPeriodMs: Long,     rotationPeriodMsgs: Long)

Properties

Link copied to clipboard
val algorithm: String
Link copied to clipboard
val blacklistUnverifiedDevices: Boolean
Link copied to clipboard
val rotationPeriodMs: Long
Link copied to clipboard
val rotationPeriodMsgs: Long
Link copied to clipboard
val shouldEncryptForInvitedMembers: Boolean
Link copied to clipboard
val shouldShareHistory: Boolean
Link copied to clipboard
val wasEncryptedOnce: Boolean