ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


ContactInfoParcelable 的构建器类。

摘要

公共构造函数

为 ContactInfoParcelable 创建新的构建器。

为 ContactInfoParcelable 创建新的构建器。

公共构造函数

Builder

Builder()

为 ContactInfoParcelable 创建新的构建器。

Builder

Builder(origin: ContactInfoParcelable!)

为 ContactInfoParcelable 创建新的构建器。

公共函数

setDisplayName

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

设置 display name。

setEmailAddress

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

设置 email address。

setPhoneNumber

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

设置 phone number。