ContactInfoParcelable


class ContactInfoParcelable : Parcelable


単一の連絡先に関する情報を含む Parcelable オブジェクト。

E2eeAccountContactKeyParcelable に関連付けられたメタデータとして使用されます。

概要

ネストされた型

ContactInfoParcelable のビルダー クラス。

パブリック関数

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

継承される関数

継承元: android.os.Parcelable

定数

パブリック関数

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

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

パブリック プロパティ

displayName

val displayNameString?

emailAddress

val emailAddressString?

lookupKey

val lookupKeyString

phoneNumber

val phoneNumberString?