PackageInstaller.SessionInfo.StagedSessionErrorMessage Property

Definition

Text description of the error code returned by getStagedSessionErrorCode, or empty string if no error was encountered.

public virtual string StagedSessionErrorMessage { [Android.Runtime.Register("getStagedSessionErrorMessage", "()Ljava/lang/String;", "GetGetStagedSessionErrorMessageHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getStagedSessionErrorMessage", "()Ljava/lang/String;", "GetGetStagedSessionErrorMessageHandler", ApiSince=29)>]
member this.StagedSessionErrorMessage : string

Property Value

Attributes

Remarks

Text description of the error code returned by getStagedSessionErrorCode, or empty string if no error was encountered.

Java documentation for android.content.pm.PackageInstaller.SessionInfo.getStagedSessionErrorMessage().

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