ContactInfoParcelable


class ContactInfoParcelable : Parcelable


包含单个联系人相关信息的 Parcelable 对象。

用作 E2eeAccountContactKeyParcelable 中关联的元数据。

摘要

嵌套类型

ContactInfoParcelable 的构建器类。

公共函数

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

继承的函数

继承自 android.os.Parcelable

常量

公共函数

等号

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?