E2eeAccountKeyInfo


class E2eeAccountKeyInfo : Parcelable


包含有关可由客户端更新的 account key 的信息,例如通过 updateAllE2eeAccountKeys 更新。

摘要

嵌套类型

E2eeAccountKeyInfo 的构建器类。

公共函数

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

继承的函数

继承自 android.os.Parcelable

常量

CREATOR

const val CREATORParcelable.Creator<E2eeAccountKeyInfo!>!

公共函数

等号

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

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

公共属性

accountId

val accountIdString

deviceId

val deviceIdString

keyValue

val keyValueByteArray<Byte>