Lue englanniksi

Jaa


PackageInstaller.UpdateSessionAppLabel Method

Definition

Overloads

UpdateSessionAppLabel(Int32, ICharSequence)

Update the label representing the app being installed in a specific session.

UpdateSessionAppLabel(Int32, String)

Update the label representing the app being installed in a specific session.

UpdateSessionAppLabel(Int32, ICharSequence)

Update the label representing the app being installed in a specific session.

C#
[Android.Runtime.Register("updateSessionAppLabel", "(ILjava/lang/CharSequence;)V", "GetUpdateSessionAppLabel_ILjava_lang_CharSequence_Handler")]
public virtual void UpdateSessionAppLabel (int sessionId, Java.Lang.ICharSequence? appLabel);

Parameters

sessionId
Int32
appLabel
ICharSequence
Attributes

Exceptions

when the caller does not own the session, or the session is invalid.

Remarks

Update the label representing the app being installed in a specific session.

Java documentation for android.content.pm.PackageInstaller.updateSessionAppLabel(int, 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

.NET for Android .NET for Android API 35 ja .NET for Android .NET for Android API 34
Tuote Versiot
.NET for Android .NET for Android API 34, .NET for Android API 35

UpdateSessionAppLabel(Int32, String)

Update the label representing the app being installed in a specific session.

C#
public void UpdateSessionAppLabel (int sessionId, string? appLabel);

Parameters

sessionId
Int32
appLabel
String

Remarks

Update the label representing the app being installed in a specific session.

Java documentation for android.content.pm.PackageInstaller.updateSessionAppLabel(int, 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

.NET for Android .NET for Android API 35 ja .NET for Android .NET for Android API 34
Tuote Versiot
.NET for Android .NET for Android API 34, .NET for Android API 35