Android.Views.InputDevice.Id Property
Gets the input device id.

Syntax

[get: Android.Runtime.Register("getId", "()I", "GetGetIdHandler")]
public int Id { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the input device id.

Each input device receives a unique id when it is first configured by the system. The input device id may change when the system is restarted or if the input device is disconnected, reconnected or reconfigured at any time. If you require a stable identifier for a device that persists across boots and reconfigurations, use InputDevice.Descriptor.

[Android Documentation]

Requirements

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