Android.InputMethodServices.KeyboardView.ProximityCorrectionEnabled Property
Returns true if proximity correction is enabled.

Syntax

[get: Android.Runtime.Register("isProximityCorrectionEnabled", "()Z", "GetIsProximityCorrectionEnabledHandler")]
[set: Android.Runtime.Register("setProximityCorrectionEnabled", "(Z)V", "GetSetProximityCorrectionEnabled_ZHandler")]
public virtual bool ProximityCorrectionEnabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if proximity correction is enabled.

Set method documentation [Android Documentation]

When enabled, calls to NoType:android/inputmethodservice/KeyboardView$OnKeyboardActionListener;Href=../../../reference/android/inputmethodservice/KeyboardView.OnKeyboardActionListener.html#onKey(int, int[]) will include key codes for adjacent keys. When disabled, only the primary key code will be reported.

Requirements

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