ContactInfoParcelable


class ContactInfoParcelable : Parcelable


단일 연락처에 관한 정보가 포함된 Parcelable 객체입니다.

E2eeAccountContactKeyParcelable에 연결된 메타데이터로 사용됩니다.

요약

중첩된 유형

ContactInfoParcelable의 빌더 클래스입니다.

공개 함수

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

상속된 함수

android.os.Parcelable에서

상수

크리에이터

const val CREATORParcelable.Creator<ContactInfoParcelable!>!

공개 함수

같음

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?