PackageInstaller.SessionInfo.User Property

Definition

Return the user associated with this session.

public virtual Android.OS.UserHandle User { [Android.Runtime.Register("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler", ApiSince=29)>]
member this.User : Android.OS.UserHandle

Property Value

Attributes

Remarks

Return the user associated with this session.

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

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