E2eeAccountContactKeyParcelable


class E2eeAccountContactKeyParcelable : Parcelable, E2eeBaseKeyParcelable


Represents an account key, a client-owned key used for end-to-end encryption tied to a given app-specific account, which may be tied to zero, one or more contacts.

Summary

Nested types

Builder class for E2eeAccountContactKeyParcelable.

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 accountIdString

deviceId

val deviceIdString

keyValue

val keyValueByteArray<Byte>?

localVerificationState

val localVerificationStateInt

ownerPackageName

val ownerPackageNameString

remoteVerificationState

val remoteVerificationStateInt

timeUpdated

val timeUpdatedLong