Share via


ArchivedActivityInfo.SetLabel Method

Definition

Overloads

SetLabel(ICharSequence)

The label for the activity.

SetLabel(String)

The label for the activity.

SetLabel(ICharSequence)

The label for the activity.

[Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ArchivedActivityInfo;", "", ApiSince=35)]
public Android.Content.PM.ArchivedActivityInfo SetLabel (Java.Lang.ICharSequence value);
[<Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ArchivedActivityInfo;", "", ApiSince=35)>]
member this.SetLabel : Java.Lang.ICharSequence -> Android.Content.PM.ArchivedActivityInfo

Parameters

Returns

Attributes

Remarks

The label for the activity.

Java documentation for android.content.pm.ArchivedActivityInfo.setLabel(java.lang.CharSequence).

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

SetLabel(String)

The label for the activity.

public Android.Content.PM.ArchivedActivityInfo SetLabel (string value);
member this.SetLabel : string -> Android.Content.PM.ArchivedActivityInfo

Parameters

value
String

Returns

Remarks

The label for the activity.

Java documentation for android.content.pm.ArchivedActivityInfo.setLabel(java.lang.CharSequence).

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