AccessibilityService.SoftKeyboardController.EnableImeFailByAdmin 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_BY_ADMIN", 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 EnableImeFailByAdmin = 1;
[<Android.Runtime.Register("ENABLE_IME_FAIL_BY_ADMIN", 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 EnableImeFailByAdmin : Android.AccessibilityServices.SoftKeyboardControllerEnableIme

Field Value

Value = 1
Attributes

Remarks

Return value for #setInputMethodEnabled(String, boolean). The action failed because the InputMethod is not permitted by device policy manager.

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

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