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!>!

公開函式

equals

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>