Android.Views.KeyCharacterMap.DeviceHasKeys 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 array of key codes.

Syntax

[Android.Runtime.Register("deviceHasKeys", "([I)[Z", "")]
public static bool[] DeviceHasKeys ([Android.Runtime.GeneratedEnum] Keycode[] keyCodes)

Parameters

keyCodes
The array of key codes 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 array of key codes.

[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