trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store
/
KeyVerificationState
Key
Verification
State
@
Serializable
interface
KeyVerificationState
Types
Properties
Inheritors
Types
Blocked
Link copied to clipboard
@
Serializable
data
class
Blocked
(
val
keyValue
:
String
)
:
KeyVerificationState
This key has been blocked.
Verified
Link copied to clipboard
@
Serializable
data
class
Verified
(
val
keyValue
:
String
)
:
KeyVerificationState
This key has been verified.
Properties
key
Value
Link copied to clipboard
abstract
val
keyValue
:
String
Inheritors
Verified
Link copied to clipboard
Blocked
Link copied to clipboard