E2eeContactKeyParcelable


public final class E2eeContactKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


แสดงถึง E2eeBaseKeyParcelable ที่เชื่อมโยงกับรายชื่อติดต่อเดียว

E2eeAccountContactKeyParcelable จะใช้แทนหากคีย์อาจเชื่อมโยงกับรายชื่อติดต่อ 0 รายหรือหลายราย

สรุป

ประเภทที่ซ้อนกัน

คลาส Builder สำหรับ E2eeContactKeyParcelable

ค่าคงที่

static final Parcelable.Creator<E2eeContactKeyParcelable>

เมธอดสาธารณะ

boolean
@NonNull String

แสดงผล account ID ของคีย์รายชื่อติดต่อ

@NonNull String

แสดงผล device ID ของคีย์รายชื่อติดต่อ

@Nullable String

แสดงผล display name ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

@Nullable String

แสดงผล email address ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

@Nullable byte[]

แสดงผล key bytes ของคีย์รายชื่อติดต่อ

int

แสดงสถานะการยืนยันในเครื่องของคีย์

@NonNull String

แสดงผล lookup key ของรายชื่อติดต่อเดียวที่เชื่อมโยงกับคีย์

@NonNull String

แสดงผลชื่อแพ็กเกจที่เป็นเจ้าของคีย์

@Nullable String

แสดงผล phone number ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

int

แสดงผลสถานะการยืนยันระยะไกลของคีย์

long

แสดง timestamp of the last update สำหรับคีย์รายชื่อติดต่อ

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<E2eeContactKeyParcelableCREATOR

ฟิลด์สาธารณะ

accountId

public @NonNull String accountId

deviceId

public @NonNull String deviceId

displayName

public @Nullable String displayName

emailAddress

public @Nullable String emailAddress

keyValue

public @Nullable byte[] keyValue

localVerificationState

public int localVerificationState

lookupKey

public @NonNull String lookupKey

ownerPackageName

public @NonNull String ownerPackageName

phoneNumber

public @Nullable String phoneNumber

remoteVerificationState

public int remoteVerificationState

timeUpdated

public long timeUpdated

เมธอดสาธารณะ

เท่ากับ

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

แสดงผล account ID ของคีย์รายชื่อติดต่อ

getDeviceId

public @NonNull String getDeviceId()

แสดงผล device ID ของคีย์รายชื่อติดต่อ

getDisplayName

public @Nullable String getDisplayName()

แสดงผล display name ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

getEmailAddress

public @Nullable String getEmailAddress()

แสดงผล email address ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

getKeyValue

public @Nullable byte[] getKeyValue()

แสดงผล key bytes ของคีย์รายชื่อติดต่อ

getLocalVerificationState

public int getLocalVerificationState()

แสดงสถานะการยืนยันในเครื่องของคีย์

ดูรายละเอียดเพิ่มเติมได้ที่ com.google.android.gms.contactkeys.constants.VerificationState

getLookupKey

public @NonNull String getLookupKey()

แสดงผล lookup key ของรายชื่อติดต่อเดียวที่เชื่อมโยงกับคีย์

getOwnerPackageName

public @NonNull String getOwnerPackageName()

แสดงผลชื่อแพ็กเกจที่เป็นเจ้าของคีย์

getPhoneNumber

public @Nullable String getPhoneNumber()

แสดงผล phone number ของรายชื่อติดต่อที่เชื่อมโยงกับคีย์

getRemoteVerificationState

public int getRemoteVerificationState()

แสดงผลสถานะการยืนยันระยะไกลของคีย์

ดูรายละเอียดเพิ่มเติมได้ที่ com.google.android.gms.contactkeys.constants.VerificationState

getTimeUpdated

public long getTimeUpdated()

แสดง timestamp of the last update สำหรับคีย์รายชื่อติดต่อ

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)