Share via


PackageInstaller.MySessions Property

Definition

Return list of all known install sessions owned by the calling app.

public virtual System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo> MySessions { [Android.Runtime.Register("getMySessions", "()Ljava/util/List;", "GetGetMySessionsHandler")] get; }
[<get: Android.Runtime.Register("getMySessions", "()Ljava/util/List;", "GetGetMySessionsHandler")>]
member this.MySessions : System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo>

Property Value

Attributes

Remarks

Return list of all known install sessions owned by the calling app.

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

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