Android.Views.KeyEvent.DeviceId Property
Gets the id for the device that this event came from.

Syntax

[get: Android.Runtime.Register("getDeviceId", "()I", "GetGetDeviceIdHandler")]
public override int DeviceId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the id for the device that this event came from. An id of zero indicates that the event didn't come from a physical device and maps to the default keymap. The other numbers are arbitrary and you shouldn't depend on the values.

[Android Documentation]

Requirements

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