ApplicationExitInfo.UserHandle Property

Definition

Return the user id of the record on a multi-user system.

public Android.OS.UserHandle UserHandle { [Android.Runtime.Register("getUserHandle", "()Landroid/os/UserHandle;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getUserHandle", "()Landroid/os/UserHandle;", "", ApiSince=30)>]
member this.UserHandle : Android.OS.UserHandle

Property Value

Attributes

Remarks

Return the user id of the record on a multi-user system.

Java documentation for android.app.ApplicationExitInfo.getUserHandle().

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