Android.Content.IntentSender.CreatorUid Property
Return the uid of the application that created this PendingIntent, that is the identity under which you will actually be sending the Intent.

Syntax

[get: Android.Runtime.Register("getCreatorUid", "()I", "GetGetCreatorUidHandler")]
public virtual int CreatorUid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the uid of the application that created this PendingIntent, that is the identity under which you will actually be sending the Intent. The returned integer is supplied by the system, so that an application can not spoof its uid.

[Android Documentation]

Requirements

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