ArchivedActivityInfo.SetLabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- ICharSequence
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.