E2eeAccountKeyInfo


class E2eeAccountKeyInfo : Parcelable


Contains the information about an account key which can be updated by clients, eg through updateAllE2eeAccountKeys.

Summary

Nested types

Builder class for E2eeAccountKeyInfo.

Public functions

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

Inherited functions

From android.os.Parcelable

Constants

CREATOR

const val CREATORParcelable.Creator<E2eeAccountKeyInfo!>!

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>