Process.GetAppUidForPrivateComputeCoreUid(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the app UID corresponding to a Private Compute Core UID.
[Android.Runtime.Register("getAppUidForPrivateComputeCoreUid", "(I)I", "", ApiSince=37)]
public static int GetAppUidForPrivateComputeCoreUid(int uid);
[<Android.Runtime.Register("getAppUidForPrivateComputeCoreUid", "(I)I", "", ApiSince=37)>]
static member GetAppUidForPrivateComputeCoreUid : int -> int
Parameters
- uid
- Int32
the Private Compute Core UID
Returns
the app UID for the given Private Compute Core UID
- Attributes