PackageInstaller.SessionParams.SetAppLabel 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
SetAppLabel(ICharSequence) |
Optionally set a label representing the app being installed. |
SetAppLabel(String) |
Optionally set a label representing the app being installed. |
SetAppLabel(ICharSequence)
Optionally set a label representing the app being installed.
[Android.Runtime.Register("setAppLabel", "(Ljava/lang/CharSequence;)V", "GetSetAppLabel_Ljava_lang_CharSequence_Handler")]
public virtual void SetAppLabel (Java.Lang.ICharSequence? appLabel);
[<Android.Runtime.Register("setAppLabel", "(Ljava/lang/CharSequence;)V", "GetSetAppLabel_Ljava_lang_CharSequence_Handler")>]
abstract member SetAppLabel : Java.Lang.ICharSequence -> unit
override this.SetAppLabel : Java.Lang.ICharSequence -> unit
Parameters
- appLabel
- ICharSequence
- Attributes
Remarks
Optionally set a label representing the app being installed.
This value will be trimmed to the first 1000 characters.
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
SetAppLabel(String)
Optionally set a label representing the app being installed.
public void SetAppLabel (string? appLabel);
member this.SetAppLabel : string -> unit
Parameters
- appLabel
- String
Remarks
Optionally set a label representing the app being installed.
This value will be trimmed to the first 1000 characters.
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.