AccessibilityService.SoftKeyboardController.EnableImeFailUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.

Return value for #setInputMethodEnabled(String, boolean).

[Android.Runtime.Register("ENABLE_IME_FAIL_UNKNOWN", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.", true)]
public const Android.AccessibilityServices.SoftKeyboardControllerEnableIme EnableImeFailUnknown = 2;
[<Android.Runtime.Register("ENABLE_IME_FAIL_UNKNOWN", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.", true)>]
val mutable EnableImeFailUnknown : Android.AccessibilityServices.SoftKeyboardControllerEnableIme

Field Value

Value = 2
Attributes

Remarks

Return value for #setInputMethodEnabled(String, boolean). The action failed and the reason is unknown.

Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.ENABLE_IME_FAIL_UNKNOWN.

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