Binder.CallingUserHandle Property

Definition

Return the UserHandle assigned to the process that sent you the current transaction that is being processed.

public static Android.OS.UserHandle CallingUserHandle { [Android.Runtime.Register("getCallingUserHandle", "()Landroid/os/UserHandle;", "")] get; }
[<get: Android.Runtime.Register("getCallingUserHandle", "()Landroid/os/UserHandle;", "")>]
member this.CallingUserHandle : Android.OS.UserHandle

Property Value

UserHandle
Attributes

Remarks

Java documentation for android.os.Binder.getCallingUserHandle().

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