E2eeContactKeyParcelable


class E2eeContactKeyParcelable : Parcelable, E2eeBaseKeyParcelable


Represents an E2eeBaseKeyParcelable tied to a single contact.

E2eeAccountContactKeyParcelable is used instead if the key may be associated with zero or multiple contacts.

Summary

Nested types

Builder class for E2eeContactKeyParcelable.

Public functions

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable

Constants

Public functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

accountId

val accountId: String

deviceId

val deviceId: String

displayName

val displayName: String?

emailAddress

val emailAddress: String?

keyValue

val keyValue: ByteArray<Byte>?

localVerificationState

val localVerificationState: Int

lookupKey

val lookupKey: String

ownerPackageName

val ownerPackageName: String

phoneNumber

val phoneNumber: String?

remoteVerificationState

val remoteVerificationState: Int

timeUpdated

val timeUpdated: Long