IdentityKey

data class IdentityKey(added: Long?, safetyNumber: String?, qrCodeData: String?, trustLevel: String?)

Properties

Link copied to clipboard
val added: Long? = null

the first time this identity key was seen

Link copied to clipboard
val qrCodeData: String? = null

base64-encoded QR code data

Link copied to clipboard
val safetyNumber: String? = null

Example: "373453558586758076680580548714989751943247272727416091564451"

Link copied to clipboard
val trustLevel: String? = null

One of TRUSTED_UNVERIFIED, TRUSTED_VERIFIED or UNTRUSTED