IdentityKey

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

Properties

added
Link copied to clipboard
common
val added: Long? = null
the first time this identity key was seen
qrCodeData
Link copied to clipboard
common
val qrCodeData: String? = null
base64-encoded QR code data
safetyNumber
Link copied to clipboard
common
val safetyNumber: String? = null
Example: "373453558586758076680580548714989751943247272727416091564451"
trustLevel
Link copied to clipboard
common
val trustLevel: String? = null
One of TRUSTED_UNVERIFIED, TRUSTED_VERIFIED or UNTRUSTED