KeyboardView.ProximityCorrectionEnabled Property

Definition

Returns true if proximity correction is enabled. -or- When enabled, calls to OnKeyboardActionListener#onKey will include key codes for adjacent keys.

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

Property Value

Attributes

Remarks

Property getter documentation:

Returns true if proximity correction is enabled.

Java documentation for android.inputmethodservice.KeyboardView.isProximityCorrectionEnabled().

Property setter documentation:

When enabled, calls to OnKeyboardActionListener#onKey will include key codes for adjacent keys. When disabled, only the primary key code will be reported.

Java documentation for android.inputmethodservice.KeyboardView.setProximityCorrectionEnabled(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to