WithHeldCode

enum WithHeldCode : Enum<WithHeldCode>

Entries

Link copied to clipboard

the user/device was blacklisted.

Link copied to clipboard

the user/devices is unverified.

Link copied to clipboard

the user/device is not allowed have the key. For example, this would usually be sent in response to a key request if the user was not in the room when the message was sent.

Link copied to clipboard

Sent in reply to a key request if the device that the key is requested from does not have the requested key.

Link copied to clipboard

An olm session could not be established. This may happen, for example, if the sender was unable to obtain a one-time key from the recipient.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String