PackageInstaller.ActiveStagedSessions Property
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.
Returns list of active staged sessions.
public virtual System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo> ActiveStagedSessions { [Android.Runtime.Register("getActiveStagedSessions", "()Ljava/util/List;", "GetGetActiveStagedSessionsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getActiveStagedSessions", "()Ljava/util/List;", "GetGetActiveStagedSessionsHandler", ApiSince=30)>]
member this.ActiveStagedSessions : System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo>
Property Value
- Attributes
Remarks
Returns list of active staged sessions. Returns empty list if there is none.
For more information on what sessions are considered active see * SessionInfo#isStagedSessionActive()
.
Java documentation for android.content.pm.PackageInstaller.getActiveStagedSessions()
.
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.