Android.Content.Intent.ExtraUid Field
Used as an int extra field in Intent.ActionUidRemoved intents to supply the uid the package had been assigned.

Syntax

[Android.Runtime.Register("EXTRA_UID")]
public const string ExtraUid

Remarks

Used as an int extra field in Intent.ActionUidRemoved intents to supply the uid the package had been assigned. Also an optional extra in Intent.ActionPackageRemoved or Intent.ActionPackageChanged for the same purpose.

[Android Documentation]

Requirements

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