Android.Views.KeyEvent.KeyCharacterMap Property
Gets the Android.Views.KeyCharacterMap associated with the keyboard device.

Syntax

[get: Android.Runtime.Register("getKeyCharacterMap", "()Landroid/view/KeyCharacterMap;", "GetGetKeyCharacterMapHandler")]
public KeyCharacterMap KeyCharacterMap { get; }

See Also

KeyCharacterMap.Load(int)

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:KeyCharacterMap.UnavailableException> if the key character map could not be loaded because it was malformed or the default key character map is missing from the system.

Remarks

Gets the Android.Views.KeyCharacterMap associated with the keyboard device.

[Android Documentation]

Requirements

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