Android.OS.Message.SendingUid Property
Optional field indicating the uid that sent the message.

Syntax

[Android.Runtime.Register("sendingUid")]
public int SendingUid { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Optional field indicating the uid that sent the message. This is only valid for messages posted by a Android.OS.Messenger; otherwise, it will be -1.

[Android Documentation]

Requirements

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