اطلاعات تماس Parcelable.Builder


class ContactInfoParcelable.Builder


کلاس سازنده برای ContactInfoParcelable .

خلاصه

سازندگان عمومی

یک سازنده جدید برای ContactInfoParcelable ایجاد می‌کند.

یک سازنده جدید برای ContactInfoParcelable ایجاد می‌کند.

کارکردهای عمومی

ContactInfoParcelable !
build ()

ContactInfoParcelable را می‌سازد.

ContactInfoParcelable.Builder !

display name را تنظیم می‌کند.

ContactInfoParcelable.Builder !

email address را تنظیم می‌کند.

ContactInfoParcelable.Builder !

lookup key را تنظیم می‌کند.

ContactInfoParcelable.Builder !

phone number را تنظیم می‌کند.

سازندگان عمومی

سازنده

Builder()

یک سازنده جدید برای ContactInfoParcelable ایجاد می‌کند.

سازنده

Builder(origin: ContactInfoParcelable!)

یک سازنده جدید برای ContactInfoParcelable ایجاد می‌کند.

کارکردهای عمومی

ساختن

fun build(): ContactInfoParcelable!

ContactInfoParcelable را می‌سازد.

نام نمایش را تنظیم کنید

@CanIgnoreReturnValue
fun setDisplayName(displayName: String?): ContactInfoParcelable.Builder!

display name را تنظیم می‌کند.

تنظیم آدرس ایمیل

@CanIgnoreReturnValue
fun setEmailAddress(emailAddress: String?): ContactInfoParcelable.Builder!

email address را تنظیم می‌کند.

کلید تنظیم‌شده

@CanIgnoreReturnValue
fun setLookupKey(lookupKey: String): ContactInfoParcelable.Builder!

lookup key را تنظیم می‌کند.

تنظیم شماره تلفن

@CanIgnoreReturnValue
fun setPhoneNumber(phoneNumber: String?): ContactInfoParcelable.Builder!

phone number را تنظیم می‌کند.