Android.Views.KeyCharacterMap.CombiningAccentMask Field
Mask the return value from KeyCharacterMap.Get(Keycode, Android.Views.MetaKeyStates) with this value to get a printable representation of the accent character of a "dead key.

Value: 2147483647

Syntax

[Android.Runtime.Register("COMBINING_ACCENT_MASK")]
public const int CombiningAccentMask

Remarks

Mask the return value from KeyCharacterMap.Get(Keycode, Android.Views.MetaKeyStates) with this value to get a printable representation of the accent character of a "dead key."

[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