E2eeSelfKeyParcelable


class E2eeSelfKeyParcelable : Parcelable, E2eeBaseKeyParcelable


表示与当前用户相关联的 E2eeBaseKeyParcelable。

摘要

嵌套类型

E2eeSelfKeyParcelable 的构建器类。

公共函数

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

继承的函数

继承自 android.os.Parcelable

常量

公共函数

等号

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

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

公共属性

accountId

val accountId: String

deviceId

val deviceId: String

keyValue

val keyValue: ByteArray<Byte>?

ownerPackageName

val ownerPackageName: String

remoteVerificationState

val remoteVerificationState: Int

timeUpdated

val timeUpdated: Long