ContactInfoParcelable


class ContactInfoParcelable : 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?