PackageInstaller.ActiveStagedSession Property

Definition

Returns first active staged session, or null if there is none.

public virtual Android.Content.PM.PackageInstaller.SessionInfo? ActiveStagedSession { [Android.Runtime.Register("getActiveStagedSession", "()Landroid/content/pm/PackageInstaller$SessionInfo;", "GetGetActiveStagedSessionHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getActiveStagedSession", "()Landroid/content/pm/PackageInstaller$SessionInfo;", "GetGetActiveStagedSessionHandler", ApiSince=29)>]
member this.ActiveStagedSession : Android.Content.PM.PackageInstaller.SessionInfo

Property Value

Attributes

Remarks

Java documentation for android.content.pm.PackageInstaller.getActiveStagedSession().

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