KeyVerificationState

@Serializable
interface KeyVerificationState

Types

Link copied to clipboard
@Serializable
data class Blocked(val keyValue: String) : KeyVerificationState

This key has been blocked.

Link copied to clipboard
@Serializable
data class Verified(val keyValue: String) : KeyVerificationState

This key has been verified.

Properties

Link copied to clipboard
abstract val keyValue: String

Inheritors

Link copied to clipboard
Link copied to clipboard