E2eeAccountKeyInfo


class E2eeAccountKeyInfo : Parcelable


クライアント(updateAllE2eeAccountKeys など)が更新できる account key に関する情報が含まれます。

概要

ネストされた型

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>