Język

Person.Builder.SetName Method

Definition

Overloads

Name Description
SetName(ICharSequence)

Give this person a name.

SetName(String)

Give this person a name.

SetName(ICharSequence)

Give this person a name.

[Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)Landroid/app/Person$Builder;", "GetSetName_Ljava_lang_CharSequence_Handler", ApiSince=28)]
public virtual Android.App.Person.Builder SetName(Java.Lang.ICharSequence? name);
[<Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)Landroid/app/Person$Builder;", "GetSetName_Ljava_lang_CharSequence_Handler", ApiSince=28)>]
abstract member SetName : Java.Lang.ICharSequence -> Android.App.Person.Builder
override this.SetName : Java.Lang.ICharSequence -> Android.App.Person.Builder

Parameters

name
ICharSequence

CharSequence: the name of this person. This value may be null.

Returns

This Android.App.Person.Builder instance, allowing calls to be chained.

Attributes

Remarks

Give this person a name.

Android reference for android.app.Person.Builder.setName.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

SetName(String)

Give this person a name.

public Android.App.Person.Builder SetName(string? name);
member this.SetName : string -> Android.App.Person.Builder

Parameters

name
String

CharSequence: the name of this person. This value may be null.

Returns

This Android.App.Person.Builder instance, allowing calls to be chained.

Remarks

Give this person a name.

Android reference for android.app.Person.Builder.setName.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to