Linguaggio

PackageInstaller.SessionParams.SetAppLabel Metodo

Definizione

Overload

Nome Descrizione
SetAppLabel(ICharSequence)

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

SetAppLabel(String)

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

SetAppLabel(ICharSequence)

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

[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

Parametri

appLabel
ICharSequence
Attributi

Commenti

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

Questo valore verrà tagliato ai primi 1000 caratteri.

per android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

SetAppLabel(String)

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

public void SetAppLabel(string? appLabel);
member this.SetAppLabel : string -> unit

Parametri

appLabel
String

Commenti

Facoltativamente, impostare un'etichetta che rappresenta l'app installata.

Questo valore verrà tagliato ai primi 1000 caratteri.

per android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a