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[C)C", "GetGetMatch_IarrayCHandler")]
public virtual char GetMatch ([Android.Runtime.GeneratedEnum] Keycode keyCode, char[] chars)

Parameters

keyCode
The keycode.
chars
The array of matching characters to consider.

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.

This is a convenience function that returns the same value as KeyCharacterMap.GetMatch(Keycode, System.Char[], System.Char[]).

[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