Android.OS.Process.MyUserHandle Method
Returns this process's user handle.

Syntax

[Android.Runtime.Register("myUserHandle", "()Landroid/os/UserHandle;", "")]
public static UserHandle MyUserHandle ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this process's user handle. This is the user the process is running under. It is distinct from Process.MyUid in that a particular user will have multiple distinct apps running under it each with their own uid.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17