OlmKeysChange

data class OlmKeysChange(val oneTimeKeysCount: OneTimeKeysCount?, val fallbackKeyTypes: UnusedFallbackKeyTypes?)

Constructors

Link copied to clipboard
fun OlmKeysChange(oneTimeKeysCount: OneTimeKeysCount?, fallbackKeyTypes: UnusedFallbackKeyTypes?)

Properties

Link copied to clipboard
val fallbackKeyTypes: UnusedFallbackKeyTypes?
Link copied to clipboard
val oneTimeKeysCount: OneTimeKeysCount?