ContactInfoParcelable


public final class ContactInfoParcelable implements Parcelable


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

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

요약

중첩된 유형

ContactInfoParcelable의 빌더 클래스입니다.

공개 메서드

boolean
@Nullable String

연락처 제공자의 DISPLAY_NAME 열에 저장된 연락처의 표시 이름을 반환합니다.

@Nullable String

연락처 제공자의 ADDRESS 열에 저장된 연락처의 이메일 주소를 반환합니다.

@NonNull String

연락처 제공자의 LOOKUP_KEY 열에 저장된 연락처의 조회 키를 반환합니다.

@Nullable String

연락처 제공자의 NUMBER 열에 저장된 연락처의 전화번호를 반환합니다.

int
void
writeToParcel(Parcel dest, int flags)

상속된 상수

android.os.Parcelable에서
static final int
static final int
static final int
static final int

상속된 메서드

android.os.Parcelable에서
abstract int
int

상수

크리에이터

public static final Parcelable.Creator<ContactInfoParcelableCREATOR

공개 필드

displayName

public @Nullable String displayName

emailAddress

public @Nullable String emailAddress

lookupKey

public @NonNull String lookupKey

phoneNumber

public @Nullable String phoneNumber

공개 메서드

같음

public boolean equals(@Nullable Object other)

getDisplayName

public @Nullable String getDisplayName()

연락처 제공자의 DISPLAY_NAME 열에 저장된 연락처의 표시 이름을 반환합니다.

getEmailAddress

public @Nullable String getEmailAddress()

연락처 제공자의 ADDRESS 열에 저장된 연락처의 이메일 주소를 반환합니다.

getLookupKey

public @NonNull String getLookupKey()

연락처 제공자의 LOOKUP_KEY 열에 저장된 연락처의 조회 키를 반환합니다.

getPhoneNumber

public @Nullable String getPhoneNumber()

연락처 제공자의 NUMBER 열에 저장된 연락처의 전화번호를 반환합니다.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)