Binder.CallingWorkSourceUid Property

Definition

Returns the work source set by the caller.

public static int CallingWorkSourceUid { [Android.Runtime.Register("getCallingWorkSourceUid", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCallingWorkSourceUid", "()I", "", ApiSince=29)>]
member this.CallingWorkSourceUid : int

Property Value

Int32

The original UID responsible for the binder transaction.

Attributes

Remarks

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

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