Android.Views.KeyCharacterMap.DeviceHasKey Method
Queries the framework about whether any physical keys exist on the any keyboard attached to the device that are capable of producing the given key code.

Syntax

[Android.Runtime.Register("deviceHasKey", "(I)Z", "")]
public static bool DeviceHasKey ([Android.Runtime.GeneratedEnum] Keycode keyCode)

Parameters

keyCode
The key code to query.

Returns

Documentation for this section has not yet been entered.

Remarks

Queries the framework about whether any physical keys exist on the any keyboard attached to the device that are capable of producing the given key code.

[Android Documentation]

Requirements

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