Android.Views.KeyCharacterMap.GetMatch Method
Gets the first character in the character array that can be generated by the specified key code.

Syntax

[Android.Runtime.Register("getMatch", "(I[CI)C", "GetGetMatch_IarrayCIHandler")]
public virtual char GetMatch ([Android.Runtime.GeneratedEnum] Keycode keyCode, char[] chars, [Android.Runtime.GeneratedEnum] MetaKeyStates modifiers)

Parameters

keyCode
The key code.
chars
The array of matching characters to consider.
metaState
The preferred meta key modifier state.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the first character in the character array that can be generated by the specified key code. If there are multiple choices, prefers the one that would be generated with the specified meta key modifier state.

[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